Html Css Color HEX #F066DA Free Speech Magenta

📋 copy color: '#F066DA'

red 240 ◦ green 102 ◦ blue 218

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

Shades of Free Speech Magenta #F066DA

Tints of Free Speech Magenta #F066DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 42.86%
G = 18.21%
B = 38.93%

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

#F066DA (or 0xF066DA) is known color: Free Speech Magenta. HEX triplet: F0, 66 and DA. RGB value is (240,102,218). Sum of RGB (Red+Green+Blue) = 240+102+218=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F066DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066DA is #0F9925. Grayscale: #9C9C9C. Windows color (decimal): -1022246 or 14313200. OLE color: 14313200.

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

Color convert

RGB 240 102 218 -
CMYK 0 0.58 0.09 0.06
HSL 309.57º 0.82% 0.67% -
HSV(B) 309.57º 0.58% 0.94% -
XYZ 53.34 33.09 69.91 -
YUV 156.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 240 102 218 0 0.58 0.09 0.06 309.57 0.82 0.67
Hex F0 66 DA 0 3A 9 6 136 52 43
Octal 360 146 332 0 72 11 6 466 122 103
Binary 11110000 1100110 11011010 0 111010 1001 110 100110110 1010010 1000011

Color Harmonies of #F066DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066DA

Black with #F066DA

Text Example


Text Example

White with #F066DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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