Html Css Color HEX #F066DC Free Speech Magenta

📋 copy color: '#F066DC'

red 240 ◦ green 102 ◦ blue 220

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

Shades of Free Speech Magenta #F066DC

Tints of Free Speech Magenta #F066DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 42.7%
G = 18.15%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F066DC (or 0xF066DC) is known color: Free Speech Magenta. HEX triplet: F0, 66 and DC. RGB value is (240,102,220). Sum of RGB (Red+Green+Blue) = 240+102+220=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F066DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066DC is #0F9923. Grayscale: #9C9C9C. Windows color (decimal): -1022244 or 14444272. OLE color: 14444272.

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

Color convert

RGB 240 102 220 -
CMYK 0 0.58 0.08 0.06
HSL 308.7º 0.82% 0.67% -
HSV(B) 308.7º 0.58% 0.94% -
XYZ 53.6 33.2 71.29 -
YUV 156.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 240 102 220 0 0.58 0.08 0.06 308.7 0.82 0.67
Hex F0 66 DC 0 3A 8 6 135 52 43
Octal 360 146 334 0 72 10 6 465 122 103
Binary 11110000 1100110 11011100 0 111010 1000 110 100110101 1010010 1000011

Color Harmonies of #F066DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066DC

Black with #F066DC

Text Example


Text Example

White with #F066DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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