#F15ED5

Color #F15ED5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F15ED5

Tints of Free Speech Magenta #F15ED5

Color information

#F15ED5 (or 0xF15ED5) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5E and D5. RGB value is (241,94,213). Sum of RGB (Red+Green+Blue) = 241+94+213=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ED5 is #0EA12A. Grayscale: #979797. Windows color (decimal): -958763 or 13983473. OLE color: 13983473.

HSL color Cylindrical-coordinate representation of color #F15ED5: hue angle of 311.43º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15ED5 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24194213-
CMYK00.610.120.05
HSL311.43º84%65.69%-
HSV(B)311.43º61%94.51%-
XYZ52.2931.5166.28-
YUV151.52162.7191.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 94 (37.11% from 255) = 17.15%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=43.98%
G=17.15%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419421300.610.120.05311.438465.69
HexF15ED503DC51375442
Octal361136325075145467124102
Binary111100011011110110101010111101110010110011011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15ED5; }

 p { color: rgb(241,94,213); }

 H1.HeaderClassName
 {
   color: #F15ED5;
 }
 .AnyTagClassName
 {
   color: #F15ED5;
 }
</style>
background-color css

<style>
 a { background-color: #F15ED5; }

 a { background-color: rgb(241,94,213); }

 div.DivClassName
 {
   background-color: #F15ED5;
 }
 .BgClassName
 {
   background-color: #F15ED5;
 }
</style>
border-color css

<style>
 span { border-color: #F15ED5; }

 span { border-color: rgb(241,94,213); }

 td.TdClassName
 {
   border-color: #F15ED5;
 }
 .TagClassName
 {
   border-color: #F15ED5;
 }
</style>