#F53DF0

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

Shades of Free Speech Magenta #F53DF0

Tints of Free Speech Magenta #F53DF0

Color information

#F53DF0 (or 0xF53DF0) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 3D and F0. RGB value is (245,61,240). Sum of RGB (Red+Green+Blue) = 245+61+240=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 61 (24.22% from 255 or 11.17% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DF0 is #0AC20F. Grayscale: #878787. Windows color (decimal): -705040 or 15744501. OLE color: 15744501.

HSL color Cylindrical-coordinate representation of color #F53DF0: hue angle of 301.63º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53DF0 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24561240-
CMYK00.750.020.04
HSL301.63º90.2%60%-
HSV(B)301.63º75.1%96.08%-
XYZ55.0529.0485.14-
YUV136.42186.46205.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 61 (24.22% from 255) = 11.17%
BLUE value IS 240 (94.14% from 255) = 43.96%
R=44.87%
G=11.17%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456124000.750.020.04301.6390.260
HexF53DF004B2412e5a3c
Octal3657536001132445613274
Binary111101011111011111000001001011101001001011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53DF0; }

 p { color: rgb(245,61,240); }

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

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

 a { background-color: rgb(245,61,240); }

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

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

 span { border-color: rgb(245,61,240); }

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