Html Css Color HEX #F059CC Free Speech Magenta

📋 copy color: '#F059CC'

red 240 ◦ green 89 ◦ blue 204

#F059CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F059CC

Tints of Free Speech Magenta #F059CC

RGB

 RED value IS 240 (94.14% from 255) = 45.03%

 GREEN value IS 89 (35.16% from 255) = 16.7%

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 45.03%
G = 16.7%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F059CC (or 0xF059CC) is known color: Free Speech Magenta. HEX triplet: F0, 59 and CC. RGB value is (240,89,204). Sum of RGB (Red+Green+Blue) = 240+89+204=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F059CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059CC is #0FA633. Grayscale: #929292. Windows color (decimal): -1025588 or 13392368. OLE color: 13392368.

HSL color Cylindrical-coordinate representation of color #F059CC: hue angle of 314.3º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059CC is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 204 -
CMYK 0 0.63 0.15 0.06
HSL 314.3º 0.83% 0.65% -
HSV(B) 314.3º 0.63% 0.94% -
XYZ 50.41 30.03 60.27 -
YUV 147.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 240 89 204 0 0.63 0.15 0.06 314.3 0.83 0.65
Hex F0 59 CC 0 3F F 6 13A 53 41
Octal 360 131 314 0 77 17 6 472 123 101
Binary 11110000 1011001 11001100 0 111111 1111 110 100111010 1010011 1000001

Color Harmonies of #F059CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059CC

Black with #F059CC

Text Example


Text Example

White with #F059CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059CC; }

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

 H1.HeaderClassName
 {
   color: #F059CC;
 }
 .AnyTagClassName
 {
   color: #F059CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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