Html Css Color HEX #F066DD Free Speech Magenta

📋 copy color: '#F066DD'

red 240 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F066DD

Tints of Free Speech Magenta #F066DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 42.63%
G = 18.12%
B = 39.25%

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

#F066DD (or 0xF066DD) is known color: Free Speech Magenta. HEX triplet: F0, 66 and DD. RGB value is (240,102,221). Sum of RGB (Red+Green+Blue) = 240+102+221=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F066DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066DD is #0F9922. Grayscale: #9C9C9C. Windows color (decimal): -1022243 or 14509808. OLE color: 14509808.

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

Color convert

RGB 240 102 221 -
CMYK 0 0.58 0.08 0.06
HSL 308.26º 0.82% 0.67% -
HSV(B) 308.26º 0.58% 0.94% -
XYZ 53.74 33.25 71.99 -
YUV 156.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 240 102 221 0 0.58 0.08 0.06 308.26 0.82 0.67
Hex F0 66 DD 0 3A 8 6 134 52 43
Octal 360 146 335 0 72 10 6 464 122 103
Binary 11110000 1100110 11011101 0 111010 1000 110 100110100 1010010 1000011

Color Harmonies of #F066DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066DD

Black with #F066DD

Text Example


Text Example

White with #F066DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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