#F52C62

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

Shades of Radical Red #F52C62

Tints of Radical Red #F52C62

Color information

#F52C62 (or 0xF52C62) is unknown color: approx Radical Red. HEX triplet: F5, 2C and 62. RGB value is (245,44,98). Sum of RGB (Red+Green+Blue) = 245+44+98=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52C62 is #0AD39D. Grayscale: #6E6E6E. Windows color (decimal): -709534 or 6434037. OLE color: 6434037.

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

Color convert

RGB2454498-
CMYK00.820.60.04
HSL343.88º90.95%56.67%-
HSV(B)343.88º82.04%96.08%-
XYZ40.7622.113.67-
YUV110.26121.09224.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.31%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=63.31%
G=11.37%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.6
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245449800.820.60.04343.8890.9556.67
HexF52C620523C41585b39
Octal36554142012274453013371
Binary111101011011001100010010100101111001001010110001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52C62; }

 p { color: rgb(245,44,98); }

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

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

 a { background-color: rgb(245,44,98); }

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

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

 span { border-color: rgb(245,44,98); }

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