#F53B6B

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

Shades of Radical Red #F53B6B

Tints of Radical Red #F53B6B

Color information

#F53B6B (or 0xF53B6B) is unknown color: approx Radical Red. HEX triplet: F5, 3B and 6B. RGB value is (245,59,107). Sum of RGB (Red+Green+Blue) = 245+59+107=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B6B is #0AC494. Grayscale: #787878. Windows color (decimal): -705685 or 7027701. OLE color: 7027701.

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

Color convert

RGB24559107-
CMYK00.760.560.04
HSL344.52º90.29%59.61%-
HSV(B)344.52º75.92%96.08%-
XYZ41.8723.616.26-
YUV120.09120.62217.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=59.61%
G=14.36%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455910700.760.560.04344.5290.2959.61
HexF53B6B04C3841595a3c
Octal36573153011470453113274
Binary111101011110111101011010011001110001001010110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53B6B; }

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

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

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

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

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

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

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

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