#F259CC

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

Shades of Free Speech Magenta #F259CC

Tints of Free Speech Magenta #F259CC

Color information

#F259CC (or 0xF259CC) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 59 and CC. RGB value is (242,89,204). Sum of RGB (Red+Green+Blue) = 242+89+204=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F259CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259CC is #0DA633. Grayscale: #939393. Windows color (decimal): -894516 or 13392370. OLE color: 13392370.

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

Color convert

RGB24289204-
CMYK00.630.160.05
HSL314.9º85.47%64.9%-
HSV(B)314.9º63.22%94.9%-
XYZ51.0930.3860.3-
YUV147.86159.69195.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 89 (35.16% from 255) = 16.64%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=45.23%
G=16.64%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428920400.630.160.05314.985.4764.9
HexF259CC03F10513b5541
Octal362131314077205473125101
Binary1111001010110011100110001111111000010110011101110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F259CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F259CC; }

 p { color: rgb(242,89,204); }

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

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

 a { background-color: rgb(242,89,204); }

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

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

 span { border-color: rgb(242,89,204); }

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