Html Css Color HEX #F066D4 Free Speech Magenta

📋 copy color: '#F066D4'

red 240 ◦ green 102 ◦ blue 212

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

Shades of Free Speech Magenta #F066D4

Tints of Free Speech Magenta #F066D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 43.32%
G = 18.41%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F066D4 (or 0xF066D4) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D4. RGB value is (240,102,212). Sum of RGB (Red+Green+Blue) = 240+102+212=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D4 is #0F992B. Grayscale: #9B9B9B. Windows color (decimal): -1022252 or 13919984. OLE color: 13919984.

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

Color convert

RGB 240 102 212 -
CMYK 0 0.58 0.12 0.06
HSL 312.17º 0.82% 0.67% -
HSV(B) 312.17º 0.58% 0.94% -
XYZ 52.57 32.78 65.84 -
YUV 155.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 240 102 212 0 0.58 0.12 0.06 312.17 0.82 0.67
Hex F0 66 D4 0 3A C 6 138 52 43
Octal 360 146 324 0 72 14 6 470 122 103
Binary 11110000 1100110 11010100 0 111010 1100 110 100111000 1010010 1000011

Color Harmonies of #F066D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D4

Black with #F066D4

Text Example


Text Example

White with #F066D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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