Html Css Color HEX #F053D8 Free Speech Magenta

📋 copy color: '#F053D8'

red 240 ◦ green 83 ◦ blue 216

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

Shades of Free Speech Magenta #F053D8

Tints of Free Speech Magenta #F053D8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.4%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 44.53%
G = 15.4%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F053D8 (or 0xF053D8) is known color: Free Speech Magenta. HEX triplet: F0, 53 and D8. RGB value is (240,83,216). Sum of RGB (Red+Green+Blue) = 240+83+216=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F053D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053D8 is #0FAC27. Grayscale: #909090. Windows color (decimal): -1027112 or 14177264. OLE color: 14177264.

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

Color convert

RGB 240 83 216 -
CMYK 0 0.65 0.1 0.06
HSL 309.17º 0.84% 0.63% -
HSV(B) 309.17º 0.65% 0.94% -
XYZ 51.42 29.67 67.98 -
YUV 145.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 240 83 216 0 0.65 0.1 0.06 309.17 0.84 0.63
Hex F0 53 D8 0 41 A 6 135 54 3F
Octal 360 123 330 0 101 12 6 465 124 77
Binary 11110000 1010011 11011000 0 1000001 1010 110 100110101 1010100 111111

Color Harmonies of #F053D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053D8

Black with #F053D8

Text Example


Text Example

White with #F053D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053D8; }

 p { color: rgb(240,83,216); }

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

background-color css

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

 a { background-color: rgb(240,83,216); }

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

border-color css

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

 span { border-color: rgb(240,83,216); }

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