Html Css Color HEX #F060E2 Free Speech Magenta

📋 copy color: '#F060E2'

red 240 ◦ green 96 ◦ blue 226

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

Shades of Free Speech Magenta #F060E2

Tints of Free Speech Magenta #F060E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.21%

R = 42.7%
G = 17.08%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F060E2 (or 0xF060E2) is known color: Free Speech Magenta. HEX triplet: F0, 60 and E2. RGB value is (240,96,226). Sum of RGB (Red+Green+Blue) = 240+96+226=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F060E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060E2 is #0F9F1D. Grayscale: #999999. Windows color (decimal): -1023774 or 14835952. OLE color: 14835952.

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

Color convert

RGB 240 96 226 -
CMYK 0 0.6 0.06 0.06
HSL 305.83º 0.83% 0.66% -
HSV(B) 305.83º 0.6% 0.94% -
XYZ 53.85 32.38 75.36 -
YUV 153.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 240 96 226 0 0.6 0.06 0.06 305.83 0.83 0.66
Hex F0 60 E2 0 3C 6 6 132 53 42
Octal 360 140 342 0 74 6 6 462 123 102
Binary 11110000 1100000 11100010 0 111100 110 110 100110010 1010011 1000010

Color Harmonies of #F060E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060E2

Black with #F060E2

Text Example


Text Example

White with #F060E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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