Html Css Color HEX #F066D5 Free Speech Magenta

📋 copy color: '#F066D5'

red 240 ◦ green 102 ◦ blue 213

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

Shades of Free Speech Magenta #F066D5

Tints of Free Speech Magenta #F066D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.38%

R = 43.24%
G = 18.38%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F066D5 (or 0xF066D5) is known color: Free Speech Magenta. HEX triplet: F0, 66 and D5. RGB value is (240,102,213). Sum of RGB (Red+Green+Blue) = 240+102+213=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F066D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066D5 is #0F992A. Grayscale: #9B9B9B. Windows color (decimal): -1022251 or 13985520. OLE color: 13985520.

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

Color convert

RGB 240 102 213 -
CMYK 0 0.58 0.11 0.06
HSL 311.74º 0.82% 0.67% -
HSV(B) 311.74º 0.58% 0.94% -
XYZ 52.7 32.83 66.51 -
YUV 155.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 240 102 213 0 0.58 0.11 0.06 311.74 0.82 0.67
Hex F0 66 D5 0 3A B 6 138 52 43
Octal 360 146 325 0 72 13 6 470 122 103
Binary 11110000 1100110 11010101 0 111010 1011 110 100111000 1010010 1000011

Color Harmonies of #F066D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066D5

Black with #F066D5

Text Example


Text Example

White with #F066D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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