#F053E0

Color #F053E0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F053E0

Tints of Free Speech Magenta #F053E0

Color information

#F053E0 (or 0xF053E0) is unknown color: approx 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

RGB24083224-
CMYK00.650.070.06
HSL306.11º83.96%63.33%-
HSV(B)306.11º65.42%94.12%-
XYZ52.4830.0973.56-
YUV146.02172.01195.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408322400.650.070.06306.1183.9663.33
HexF053E004176132543f
Octal36012334001017646212477
Binary11110000101001111100000010000011111101001100101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F053E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>