#F53E4F

Color #F53E4F Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F53E4F

Tints of Radical Red #F53E4F

Color information

#F53E4F (or 0xF53E4F) is unknown color: approx Radical Red. HEX triplet: F5, 3E and 4F. RGB value is (245,62,79). Sum of RGB (Red+Green+Blue) = 245+62+79=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E4F is #0AC1B0. Grayscale: #767676. Windows color (decimal): -704945 or 5193461. OLE color: 5193461.

HSL color Cylindrical-coordinate representation of color #F53E4F: hue angle of 354.43º 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 #F53E4F is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB2456279-
CMYK00.750.680.04
HSL354.43º90.15%60.2%-
HSV(B)354.43º74.69%96.08%-
XYZ40.7923.429.77-
YUV118.66105.63218.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.47%
GREEN value IS 62 (24.61% from 255) = 16.06%
BLUE value IS 79 (31.25% from 255) = 20.47%
R=63.47%
G=16.06%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245627900.750.680.04354.4390.1560.2
HexF53E4F04B4441625a3c
Octal365761170113104454213274
Binary1111010111111010011110100101110001001001011000101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53E4F; }

 p { color: rgb(245,62,79); }

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

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

 a { background-color: rgb(245,62,79); }

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

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

 span { border-color: rgb(245,62,79); }

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