Html Css Color HEX #F052D9 Free Speech Magenta

📋 copy color: '#F052D9'

red 240 ◦ green 82 ◦ blue 217

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

Shades of Free Speech Magenta #F052D9

Tints of Free Speech Magenta #F052D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 44.53%
G = 15.21%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F052D9 (or 0xF052D9) is known color: Free Speech Magenta. HEX triplet: F0, 52 and D9. RGB value is (240,82,217). Sum of RGB (Red+Green+Blue) = 240+82+217=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F052D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052D9 is #0FAD26. Grayscale: #909090. Windows color (decimal): -1027367 or 14242544. OLE color: 14242544.

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

Color convert

RGB 240 82 217 -
CMYK 0 0.66 0.10 0.06
HSL 308.73º 0.84% 0.63% -
HSV(B) 308.73º 0.66% 0.94% -
XYZ 51.48 29.57 68.64 -
YUV 144.63 168.85 196.02 -
System Red Green Blue C M Y K H S L
Decimal 240 82 217 0 0.66 0.10 0.06 308.73 0.84 0.63
Hex F0 52 D9 0 42 A 6 135 54 3F
Octal 360 122 331 0 102 12 6 465 124 77
Binary 11110000 1010010 11011001 0 1000010 1010 110 100110101 1010100 111111

Color Harmonies of #F052D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052D9

Black with #F052D9

Text Example


Text Example

White with #F052D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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