Html Css Color HEX #F053DC Free Speech Magenta

📋 copy color: '#F053DC'

red 240 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #F053DC

Tints of Free Speech Magenta #F053DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 44.2%
G = 15.29%
B = 40.52%

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

#F053DC (or 0xF053DC) is known color: Free Speech Magenta. HEX triplet: F0, 53 and DC. RGB value is (240,83,220). Sum of RGB (Red+Green+Blue) = 240+83+220=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F053DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053DC is #0FAC23. Grayscale: #919191. Windows color (decimal): -1027108 or 14439408. OLE color: 14439408.

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

Color convert

RGB 240 83 220 -
CMYK 0 0.65 0.08 0.06
HSL 307.64º 0.84% 0.63% -
HSV(B) 307.64º 0.65% 0.94% -
XYZ 51.95 29.88 70.74 -
YUV 145.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 240 83 220 0 0.65 0.08 0.06 307.64 0.84 0.63
Hex F0 53 DC 0 41 8 6 134 54 3F
Octal 360 123 334 0 101 10 6 464 124 77
Binary 11110000 1010011 11011100 0 1000001 1000 110 100110100 1010100 111111

Color Harmonies of #F053DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053DC

Black with #F053DC

Text Example


Text Example

White with #F053DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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