Html Css Color HEX #F06CE2 Free Speech Magenta

📋 copy color: '#F06CE2'

red 240 ◦ green 108 ◦ blue 226

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

Shades of Free Speech Magenta #F06CE2

Tints of Free Speech Magenta #F06CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.82%

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

R = 41.81%
G = 18.82%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F06CE2 (or 0xF06CE2) is known color: Free Speech Magenta. HEX triplet: F0, 6C and E2. RGB value is (240,108,226). Sum of RGB (Red+Green+Blue) = 240+108+226=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CE2 is #0F931D. Grayscale: #A0A0A0. Windows color (decimal): -1020702 or 14839024. OLE color: 14839024.

HSL color Cylindrical-coordinate representation of color #F06CE2: hue angle of 306.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CE2 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 226 -
CMYK 0 0.55 0.06 0.06
HSL 306.36º 0.81% 0.68% -
HSV(B) 306.36º 0.55% 0.94% -
XYZ 55.03 34.74 75.76 -
YUV 160.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 240 108 226 0 0.55 0.06 0.06 306.36 0.81 0.68
Hex F0 6C E2 0 37 6 6 132 51 44
Octal 360 154 342 0 67 6 6 462 121 104
Binary 11110000 1101100 11100010 0 110111 110 110 100110010 1010001 1000100

Color Harmonies of #F06CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CE2

Black with #F06CE2

Text Example


Text Example

White with #F06CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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