Html Css Color HEX #F06DDE Free Speech Magenta

📋 copy color: '#F06DDE'

red 240 ◦ green 109 ◦ blue 222

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

Shades of Free Speech Magenta #F06DDE

Tints of Free Speech Magenta #F06DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.09%

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

R = 42.03%
G = 19.09%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F06DDE (or 0xF06DDE) is known color: Free Speech Magenta. HEX triplet: F0, 6D and DE. RGB value is (240,109,222). Sum of RGB (Red+Green+Blue) = 240+109+222=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DDE is #0F9221. Grayscale: #A0A0A0. Windows color (decimal): -1020450 or 14577136. OLE color: 14577136.

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

Color convert

RGB 240 109 222 -
CMYK 0 0.55 0.08 0.06
HSL 308.24º 0.81% 0.68% -
HSV(B) 308.24º 0.55% 0.94% -
XYZ 54.59 34.74 72.93 -
YUV 161.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 240 109 222 0 0.55 0.08 0.06 308.24 0.81 0.68
Hex F0 6D DE 0 37 8 6 134 51 44
Octal 360 155 336 0 67 10 6 464 121 104
Binary 11110000 1101101 11011110 0 110111 1000 110 100110100 1010001 1000100

Color Harmonies of #F06DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DDE

Black with #F06DDE

Text Example


Text Example

White with #F06DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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