Html Css Color HEX #F066D1 Free Speech Magenta

📋 copy color: '#F066D1'

red 240 ◦ green 102 ◦ blue 209

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

Shades of Free Speech Magenta #F066D1

Tints of Free Speech Magenta #F066D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 43.56%
G = 18.51%
B = 37.93%

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

#F066D1 (or 0xF066D1) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D1. RGB value is (240,102,209). Sum of RGB (Red+Green+Blue) = 240+102+209=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D1 is #0F992E. Grayscale: #9B9B9B. Windows color (decimal): -1022255 or 13723376. OLE color: 13723376.

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

Color convert

RGB 240 102 209 -
CMYK 0 0.58 0.13 0.06
HSL 313.48º 0.82% 0.67% -
HSV(B) 313.48º 0.58% 0.94% -
XYZ 52.2 32.63 63.87 -
YUV 155.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 240 102 209 0 0.58 0.13 0.06 313.48 0.82 0.67
Hex F0 66 D1 0 3A D 6 139 52 43
Octal 360 146 321 0 72 15 6 471 122 103
Binary 11110000 1100110 11010001 0 111010 1101 110 100111001 1010010 1000011

Color Harmonies of #F066D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D1

Black with #F066D1

Text Example


Text Example

White with #F066D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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