#F15CCD

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

Shades of Free Speech Magenta #F15CCD

Tints of Free Speech Magenta #F15CCD

Color information

#F15CCD (or 0xF15CCD) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 5C and CD. RGB value is (241,92,205). Sum of RGB (Red+Green+Blue) = 241+92+205=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CCD is #0EA332. Grayscale: #959595. Windows color (decimal): -959283 or 13458673. OLE color: 13458673.

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

Color convert

RGB24192205-
CMYK00.620.150.05
HSL314.5º84.18%65.29%-
HSV(B)314.5º61.83%94.51%-
XYZ51.1230.7661-
YUV149.43159.36193.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 92 (36.33% from 255) = 17.10%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=44.80%
G=17.10%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419220500.620.150.05314.584.1865.29
HexF15CCD03EF513a5441
Octal361134315076175472124101
Binary111100011011100110011010111110111110110011101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CCD; }

 p { color: rgb(241,92,205); }

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

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

 a { background-color: rgb(241,92,205); }

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

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

 span { border-color: rgb(241,92,205); }

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