Html Css Color HEX #F053E0 Free Speech Magenta

📋 copy color: '#F053E0'

red 240 ◦ green 83 ◦ blue 224

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

Shades of Free Speech Magenta #F053E0

Tints of Free Speech Magenta #F053E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 43.88%
G = 15.17%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F053E0 (or 0xF053E0) is known color: Free Speech Magenta. HEX triplet: F0, 53 and E0. RGB value is (240,83,224). Sum of RGB (Red+Green+Blue) = 240+83+224=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F053E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053E0 is #0FAC1F. Grayscale: #919191. Windows color (decimal): -1027104 or 14701552. OLE color: 14701552.

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

Color convert

RGB 240 83 224 -
CMYK 0 0.65 0.07 0.06
HSL 306.11º 0.84% 0.63% -
HSV(B) 306.11º 0.65% 0.94% -
XYZ 52.48 30.09 73.56 -
YUV 146.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 240 83 224 0 0.65 0.07 0.06 306.11 0.84 0.63
Hex F0 53 E0 0 41 7 6 132 54 3F
Octal 360 123 340 0 101 7 6 462 124 77
Binary 11110000 1010011 11100000 0 1000001 111 110 100110010 1010100 111111

Color Harmonies of #F053E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053E0

Black with #F053E0

Text Example


Text Example

White with #F053E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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