#F53B69

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

Shades of Radical Red #F53B69

Tints of Radical Red #F53B69

Color information

#F53B69 (or 0xF53B69) is unknown color: approx Radical Red. HEX triplet: F5, 3B and 69. RGB value is (245,59,105). Sum of RGB (Red+Green+Blue) = 245+59+105=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B69 is #0AC496. Grayscale: #777777. Windows color (decimal): -705687 or 6896629. OLE color: 6896629.

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

Color convert

RGB24559105-
CMYK00.760.570.04
HSL345.16º90.29%59.61%-
HSV(B)345.16º75.92%96.08%-
XYZ41.7723.5615.71-
YUV119.86119.62217.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.90%
GREEN value IS 59 (23.44% from 255) = 14.43%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=59.90%
G=14.43%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455910500.760.570.04345.1690.2959.61
HexF53B6904C3941595a3c
Octal36573151011471453113274
Binary111101011110111101001010011001110011001010110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53B69; }

 p { color: rgb(245,59,105); }

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

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

 a { background-color: rgb(245,59,105); }

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

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

 span { border-color: rgb(245,59,105); }

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