#F15ECF

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

Shades of Free Speech Magenta #F15ECF

Tints of Free Speech Magenta #F15ECF

Color information

#F15ECF (or 0xF15ECF) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5E and CF. RGB value is (241,94,207). Sum of RGB (Red+Green+Blue) = 241+94+207=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ECF is #0EA130. Grayscale: #969696. Windows color (decimal): -958769 or 13590257. OLE color: 13590257.

HSL color Cylindrical-coordinate representation of color #F15ECF: hue angle of 313.88º 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 #F15ECF is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24194207-
CMYK00.610.140.05
HSL313.88º84%65.69%-
HSV(B)313.88º61%94.51%-
XYZ51.5431.2162.34-
YUV150.84159.7192.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 94 (37.11% from 255) = 17.34%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=44.46%
G=17.34%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419420700.610.140.05313.888465.69
HexF15ECF03DE513a5442
Octal361136317075165472124102
Binary111100011011110110011110111101111010110011101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15ECF; }

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

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

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

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

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

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

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

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