Html Css Color HEX #F059CA Free Speech Magenta

📋 copy color: '#F059CA'

red 240 ◦ green 89 ◦ blue 202

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

Shades of Free Speech Magenta #F059CA

Tints of Free Speech Magenta #F059CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 45.2%
G = 16.76%
B = 38.04%

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

#F059CA (or 0xF059CA) is known color: Free Speech Magenta. HEX triplet: F0, 59 and CA. RGB value is (240,89,202). Sum of RGB (Red+Green+Blue) = 240+89+202=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F059CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059CA is #0FA635. Grayscale: #929292. Windows color (decimal): -1025590 or 13261296. OLE color: 13261296.

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

Color convert

RGB 240 89 202 -
CMYK 0 0.63 0.16 0.06
HSL 315.1º 0.83% 0.65% -
HSV(B) 315.1º 0.63% 0.94% -
XYZ 50.17 29.93 59.01 -
YUV 147.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 240 89 202 0 0.63 0.16 0.06 315.1 0.83 0.65
Hex F0 59 CA 0 3F 10 6 13B 53 41
Octal 360 131 312 0 77 20 6 473 123 101
Binary 11110000 1011001 11001010 0 111111 10000 110 100111011 1010011 1000001

Color Harmonies of #F059CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059CA

Black with #F059CA

Text Example


Text Example

White with #F059CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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