Html Css Color HEX #F06EDF Free Speech Magenta

📋 copy color: '#F06EDF'

red 240 ◦ green 110 ◦ blue 223

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

Shades of Free Speech Magenta #F06EDF

Tints of Free Speech Magenta #F06EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 41.88%
G = 19.2%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F06EDF (or 0xF06EDF) is known color: Free Speech Magenta. HEX triplet: F0, 6E and DF. RGB value is (240,110,223). Sum of RGB (Red+Green+Blue) = 240+110+223=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EDF is #0F9120. Grayscale: #A1A1A1. Windows color (decimal): -1020193 or 14642928. OLE color: 14642928.

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

Color convert

RGB 240 110 223 -
CMYK 0 0.54 0.07 0.06
HSL 307.85º 0.81% 0.69% -
HSV(B) 307.85º 0.54% 0.94% -
XYZ 54.83 35 73.68 -
YUV 161.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 240 110 223 0 0.54 0.07 0.06 307.85 0.81 0.69
Hex F0 6E DF 0 36 7 6 134 51 45
Octal 360 156 337 0 66 7 6 464 121 105
Binary 11110000 1101110 11011111 0 110110 111 110 100110100 1010001 1000101

Color Harmonies of #F06EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EDF

Black with #F06EDF

Text Example


Text Example

White with #F06EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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