Html Css Color HEX #F053DD Free Speech Magenta

📋 copy color: '#F053DD'

red 240 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #F053DD

Tints of Free Speech Magenta #F053DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 44.12%
G = 15.26%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F053DD (or 0xF053DD) is known color: Free Speech Magenta. HEX triplet: F0, 53 and DD. RGB value is (240,83,221). Sum of RGB (Red+Green+Blue) = 240+83+221=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F053DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053DD is #0FAC22. Grayscale: #919191. Windows color (decimal): -1027107 or 14504944. OLE color: 14504944.

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

Color convert

RGB 240 83 221 -
CMYK 0 0.65 0.08 0.06
HSL 307.26º 0.84% 0.63% -
HSV(B) 307.26º 0.65% 0.94% -
XYZ 52.08 29.93 71.44 -
YUV 145.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 240 83 221 0 0.65 0.08 0.06 307.26 0.84 0.63
Hex F0 53 DD 0 41 8 6 133 54 3F
Octal 360 123 335 0 101 10 6 463 124 77
Binary 11110000 1010011 11011101 0 1000001 1000 110 100110011 1010100 111111

Color Harmonies of #F053DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053DD

Black with #F053DD

Text Example


Text Example

White with #F053DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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