Html Css Color HEX #F066D0 Free Speech Magenta

📋 copy color: '#F066D0'

red 240 ◦ green 102 ◦ blue 208

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

Shades of Free Speech Magenta #F066D0

Tints of Free Speech Magenta #F066D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 43.64%
G = 18.55%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F066D0 (or 0xF066D0) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D0. RGB value is (240,102,208). Sum of RGB (Red+Green+Blue) = 240+102+208=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D0 is #0F992F. Grayscale: #9B9B9B. Windows color (decimal): -1022256 or 13657840. OLE color: 13657840.

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

Color convert

RGB 240 102 208 -
CMYK 0 0.58 0.13 0.06
HSL 313.91º 0.82% 0.67% -
HSV(B) 313.91º 0.58% 0.94% -
XYZ 52.07 32.58 63.22 -
YUV 155.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 240 102 208 0 0.58 0.13 0.06 313.91 0.82 0.67
Hex F0 66 D0 0 3A D 6 13A 52 43
Octal 360 146 320 0 72 15 6 472 122 103
Binary 11110000 1100110 11010000 0 111010 1101 110 100111010 1010010 1000011

Color Harmonies of #F066D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D0

Black with #F066D0

Text Example


Text Example

White with #F066D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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