#F53F68

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

Shades of Radical Red #F53F68

Tints of Radical Red #F53F68

Color information

#F53F68 (or 0xF53F68) is unknown color: approx Radical Red. HEX triplet: F5, 3F and 68. RGB value is (245,63,104). Sum of RGB (Red+Green+Blue) = 245+63+104=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53F68 is #0AC097. Grayscale: #7A7A7A. Windows color (decimal): -704664 or 6832117. OLE color: 6832117.

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

Color convert

RGB24563104-
CMYK00.740.580.04
HSL346.48º90.1%60.39%-
HSV(B)346.48º74.29%96.08%-
XYZ41.9323.9715.51-
YUV122.09117.8215.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.47%
GREEN value IS 63 (25% from 255) = 15.29%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=59.47%
G=15.29%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456310400.740.580.04346.4890.160.39
HexF53F6804A3A415a5a3c
Octal36577150011272453213274
Binary111101011111111101000010010101110101001010110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53F68; }

 p { color: rgb(245,63,104); }

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

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

 a { background-color: rgb(245,63,104); }

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

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

 span { border-color: rgb(245,63,104); }

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