#F53668

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

Shades of Radical Red #F53668

Tints of Radical Red #F53668

Color information

#F53668 (or 0xF53668) is unknown color: approx Radical Red. HEX triplet: F5, 36 and 68. RGB value is (245,54,104). Sum of RGB (Red+Green+Blue) = 245+54+104=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F53668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53668 is #0AC997. Grayscale: #747474. Windows color (decimal): -706968 or 6829813. OLE color: 6829813.

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

Color convert

RGB24554104-
CMYK00.780.580.04
HSL344.29º90.52%58.63%-
HSV(B)344.29º77.96%96.08%-
XYZ41.4723.0515.36-
YUV116.81120.78219.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.79%
GREEN value IS 54 (21.48% from 255) = 13.40%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=60.79%
G=13.40%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455410400.780.580.04344.2990.5258.63
HexF5366804E3A41585b3b
Octal36566150011672453013373
Binary111101011101101101000010011101110101001010110001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53668; }

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

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

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

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

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

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

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

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