Html Css Color HEX #F066D3 Free Speech Magenta

📋 copy color: '#F066D3'

red 240 ◦ green 102 ◦ blue 211

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

Shades of Free Speech Magenta #F066D3

Tints of Free Speech Magenta #F066D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 43.4%
G = 18.44%
B = 38.16%

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

#F066D3 (or 0xF066D3) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D3. RGB value is (240,102,211). Sum of RGB (Red+Green+Blue) = 240+102+211=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D3 is #0F992C. Grayscale: #9B9B9B. Windows color (decimal): -1022253 or 13854448. OLE color: 13854448.

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

Color convert

RGB 240 102 211 -
CMYK 0 0.58 0.12 0.06
HSL 312.61º 0.82% 0.67% -
HSV(B) 312.61º 0.58% 0.94% -
XYZ 52.44 32.73 65.18 -
YUV 155.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 240 102 211 0 0.58 0.12 0.06 312.61 0.82 0.67
Hex F0 66 D3 0 3A C 6 139 52 43
Octal 360 146 323 0 72 14 6 471 122 103
Binary 11110000 1100110 11010011 0 111010 1100 110 100111001 1010010 1000011

Color Harmonies of #F066D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D3

Black with #F066D3

Text Example


Text Example

White with #F066D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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