Html Css Color HEX #F059C9 Free Speech Magenta

📋 copy color: '#F059C9'

red 240 ◦ green 89 ◦ blue 201

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

Shades of Free Speech Magenta #F059C9

Tints of Free Speech Magenta #F059C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 45.28%
G = 16.79%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F059C9 (or 0xF059C9) is known color: Free Speech Magenta. HEX triplet: F0, 59 and C9. RGB value is (240,89,201). Sum of RGB (Red+Green+Blue) = 240+89+201=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F059C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059C9 is #0FA636. Grayscale: #929292. Windows color (decimal): -1025591 or 13195760. OLE color: 13195760.

HSL color Cylindrical-coordinate representation of color #F059C9: hue angle of 315.5º 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 #F059C9 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 201 -
CMYK 0 0.63 0.16 0.06
HSL 315.5º 0.83% 0.65% -
HSV(B) 315.5º 0.63% 0.94% -
XYZ 50.05 29.89 58.39 -
YUV 146.92 158.53 194.39 -
System Red Green Blue C M Y K H S L
Decimal 240 89 201 0 0.63 0.16 0.06 315.5 0.83 0.65
Hex F0 59 C9 0 3F 10 6 13B 53 41
Octal 360 131 311 0 77 20 6 473 123 101
Binary 11110000 1011001 11001001 0 111111 10000 110 100111011 1010011 1000001

Color Harmonies of #F059C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059C9

Black with #F059C9

Text Example


Text Example

White with #F059C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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