Html Css Color HEX #F066DB Free Speech Magenta

📋 copy color: '#F066DB'

red 240 ◦ green 102 ◦ blue 219

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

Shades of Free Speech Magenta #F066DB

Tints of Free Speech Magenta #F066DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 42.78%
G = 18.18%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F066DB (or 0xF066DB) is known color: Free Speech Magenta. HEX triplet: F0, 66 and DB. RGB value is (240,102,219). Sum of RGB (Red+Green+Blue) = 240+102+219=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F066DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066DB is #0F9924. Grayscale: #9C9C9C. Windows color (decimal): -1022245 or 14378736. OLE color: 14378736.

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

Color convert

RGB 240 102 219 -
CMYK 0 0.58 0.09 0.06
HSL 309.13º 0.82% 0.67% -
HSV(B) 309.13º 0.58% 0.94% -
XYZ 53.47 33.14 70.6 -
YUV 156.6 163.22 187.49 -
System Red Green Blue C M Y K H S L
Decimal 240 102 219 0 0.58 0.09 0.06 309.13 0.82 0.67
Hex F0 66 DB 0 3A 9 6 135 52 43
Octal 360 146 333 0 72 11 6 465 122 103
Binary 11110000 1100110 11011011 0 111010 1001 110 100110101 1010010 1000011

Color Harmonies of #F066DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066DB

Black with #F066DB

Text Example


Text Example

White with #F066DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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