Html Css Color HEX #F052D6 Free Speech Magenta

📋 copy color: '#F052D6'

red 240 ◦ green 82 ◦ blue 214

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

Shades of Free Speech Magenta #F052D6

Tints of Free Speech Magenta #F052D6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.3%

 BLUE value IS 214 (83.98% from 255) = 39.93%

R = 44.78%
G = 15.3%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F052D6 (or 0xF052D6) is known color: Free Speech Magenta. HEX triplet: F0, 52 and D6. RGB value is (240,82,214). Sum of RGB (Red+Green+Blue) = 240+82+214=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F052D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052D6 is #0FAD29. Grayscale: #8F8F8F. Windows color (decimal): -1027370 or 14045936. OLE color: 14045936.

HSL color Cylindrical-coordinate representation of color #F052D6: hue angle of 309.87º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F052D6 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 82 214 -
CMYK 0 0.66 0.11 0.06
HSL 309.87º 0.84% 0.63% -
HSV(B) 309.87º 0.66% 0.94% -
XYZ 51.09 29.41 66.6 -
YUV 144.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 240 82 214 0 0.66 0.11 0.06 309.87 0.84 0.63
Hex F0 52 D6 0 42 B 6 136 54 3F
Octal 360 122 326 0 102 13 6 466 124 77
Binary 11110000 1010010 11010110 0 1000010 1011 110 100110110 1010100 111111

Color Harmonies of #F052D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052D6

Black with #F052D6

Text Example


Text Example

White with #F052D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052D6; }

 p { color: rgb(240,82,214); }

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

background-color css

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

 a { background-color: rgb(240,82,214); }

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

border-color css

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

 span { border-color: rgb(240,82,214); }

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