Html Css Color HEX #F066D6 Free Speech Magenta

📋 copy color: '#F066D6'

red 240 ◦ green 102 ◦ blue 214

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

Shades of Free Speech Magenta #F066D6

Tints of Free Speech Magenta #F066D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 43.17%
G = 18.35%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F066D6 (or 0xF066D6) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D6. RGB value is (240,102,214). Sum of RGB (Red+Green+Blue) = 240+102+214=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D6 is #0F9929. Grayscale: #9B9B9B. Windows color (decimal): -1022250 or 14051056. OLE color: 14051056.

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

Color convert

RGB 240 102 214 -
CMYK 0 0.58 0.11 0.06
HSL 311.3º 0.82% 0.67% -
HSV(B) 311.3º 0.58% 0.94% -
XYZ 52.82 32.88 67.18 -
YUV 156.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 240 102 214 0 0.58 0.11 0.06 311.3 0.82 0.67
Hex F0 66 D6 0 3A B 6 137 52 43
Octal 360 146 326 0 72 13 6 467 122 103
Binary 11110000 1100110 11010110 0 111010 1011 110 100110111 1010010 1000011

Color Harmonies of #F066D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D6

Black with #F066D6

Text Example


Text Example

White with #F066D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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