#F053E2

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

Shades of Free Speech Magenta #F053E2

Tints of Free Speech Magenta #F053E2

Color information

#F053E2 (or 0xF053E2) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 53 and E2. RGB value is (240,83,226). Sum of RGB (Red+Green+Blue) = 240+83+226=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F053E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053E2 is #0FAC1D. Grayscale: #919191. Windows color (decimal): -1027102 or 14832624. OLE color: 14832624.

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

Color convert

RGB24083226-
CMYK00.650.060.06
HSL305.35º83.96%63.33%-
HSV(B)305.35º65.42%94.12%-
XYZ52.7630.275-
YUV146.24173.01194.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 83 (32.81% from 255) = 15.12%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=43.72%
G=15.12%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408322600.650.060.06305.3583.9663.33
HexF053E204166131543f
Octal36012334201016646112477
Binary11110000101001111100010010000011101101001100011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F053E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F053E2; }

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

 H1.HeaderClassName
 {
   color: #F053E2;
 }
 .AnyTagClassName
 {
   color: #F053E2;
 }
</style>
background-color css

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

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

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

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

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

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