Html Css Color HEX #F066D2 Free Speech Magenta

📋 copy color: '#F066D2'

red 240 ◦ green 102 ◦ blue 210

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

Shades of Free Speech Magenta #F066D2

Tints of Free Speech Magenta #F066D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 43.48%
G = 18.48%
B = 38.04%

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

#F066D2 (or 0xF066D2) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D2. RGB value is (240,102,210). Sum of RGB (Red+Green+Blue) = 240+102+210=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D2 is #0F992D. Grayscale: #9B9B9B. Windows color (decimal): -1022254 or 13788912. OLE color: 13788912.

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

Color convert

RGB 240 102 210 -
CMYK 0 0.58 0.12 0.06
HSL 313.04º 0.82% 0.67% -
HSV(B) 313.04º 0.58% 0.94% -
XYZ 52.32 32.68 64.52 -
YUV 155.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 240 102 210 0 0.58 0.12 0.06 313.04 0.82 0.67
Hex F0 66 D2 0 3A C 6 139 52 43
Octal 360 146 322 0 72 14 6 471 122 103
Binary 11110000 1100110 11010010 0 111010 1100 110 100111001 1010010 1000011

Color Harmonies of #F066D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D2

Black with #F066D2

Text Example


Text Example

White with #F066D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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