Html Css Color HEX #F066D9 Free Speech Magenta

📋 copy color: '#F066D9'

red 240 ◦ green 102 ◦ blue 217

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

Shades of Free Speech Magenta #F066D9

Tints of Free Speech Magenta #F066D9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.25%

 BLUE value IS 217 (85.16% from 255) = 38.82%

R = 42.93%
G = 18.25%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F066D9 (or 0xF066D9) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D9. RGB value is (240,102,217). Sum of RGB (Red+Green+Blue) = 240+102+217=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D9 is #0F9926. Grayscale: #9C9C9C. Windows color (decimal): -1022247 or 14247664. OLE color: 14247664.

HSL color Cylindrical-coordinate representation of color #F066D9: hue angle of 310º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066D9 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 217 -
CMYK 0 0.58 0.10 0.06
HSL 310º 0.82% 0.67% -
HSV(B) 310º 0.58% 0.94% -
XYZ 53.21 33.04 69.22 -
YUV 156.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 240 102 217 0 0.58 0.10 0.06 310 0.82 0.67
Hex F0 66 D9 0 3A A 6 136 52 43
Octal 360 146 331 0 72 12 6 466 122 103
Binary 11110000 1100110 11011001 0 111010 1010 110 100110110 1010010 1000011

Color Harmonies of #F066D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D9

Black with #F066D9

Text Example


Text Example

White with #F066D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D9; }

 p { color: rgb(240,102,217); }

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

background-color css

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

 a { background-color: rgb(240,102,217); }

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

border-color css

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

 span { border-color: rgb(240,102,217); }

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