Html Css Color HEX #F060CE Free Speech Magenta

📋 copy color: '#F060CE'

red 240 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Magenta #F060CE

Tints of Free Speech Magenta #F060CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.71%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 44.28%
G = 17.71%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F060CE (or 0xF060CE) is known color: Free Speech Magenta. HEX triplet: F0, 60 and CE. RGB value is (240,96,206). Sum of RGB (Red+Green+Blue) = 240+96+206=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F060CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060CE is #0F9F31. Grayscale: #979797. Windows color (decimal): -1023794 or 13525232. OLE color: 13525232.

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

Color convert

RGB 240 96 206 -
CMYK 0 0.6 0.14 0.06
HSL 314.17º 0.83% 0.66% -
HSV(B) 314.17º 0.6% 0.94% -
XYZ 51.26 31.35 61.74 -
YUV 151.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 240 96 206 0 0.6 0.14 0.06 314.17 0.83 0.66
Hex F0 60 CE 0 3C E 6 13A 53 42
Octal 360 140 316 0 74 16 6 472 123 102
Binary 11110000 1100000 11001110 0 111100 1110 110 100111010 1010011 1000010

Color Harmonies of #F060CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060CE

Black with #F060CE

Text Example


Text Example

White with #F060CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060CE; }

 p { color: rgb(240,96,206); }

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

background-color css

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

 a { background-color: rgb(240,96,206); }

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

border-color css

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

 span { border-color: rgb(240,96,206); }

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