Html Css Color HEX #F06EDE Free Speech Magenta

📋 copy color: '#F06EDE'

red 240 ◦ green 110 ◦ blue 222

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

Shades of Free Speech Magenta #F06EDE

Tints of Free Speech Magenta #F06EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.23%

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 41.96%
G = 19.23%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F06EDE (or 0xF06EDE) is known color: Free Speech Magenta. HEX triplet: F0, 6E and DE. RGB value is (240,110,222). Sum of RGB (Red+Green+Blue) = 240+110+222=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EDE is #0F9121. Grayscale: #A1A1A1. Windows color (decimal): -1020194 or 14577392. OLE color: 14577392.

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

Color convert

RGB 240 110 222 -
CMYK 0 0.54 0.08 0.06
HSL 308.31º 0.81% 0.69% -
HSV(B) 308.31º 0.54% 0.94% -
XYZ 54.7 34.95 72.97 -
YUV 161.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 240 110 222 0 0.54 0.08 0.06 308.31 0.81 0.69
Hex F0 6E DE 0 36 8 6 134 51 45
Octal 360 156 336 0 66 10 6 464 121 105
Binary 11110000 1101110 11011110 0 110110 1000 110 100110100 1010001 1000101

Color Harmonies of #F06EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EDE

Black with #F06EDE

Text Example


Text Example

White with #F06EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EDE; }

 p { color: rgb(240,110,222); }

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

background-color css

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

 a { background-color: rgb(240,110,222); }

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

border-color css

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

 span { border-color: rgb(240,110,222); }

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