#F52A65

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

Shades of Radical Red #F52A65

Tints of Radical Red #F52A65

Color information

#F52A65 (or 0xF52A65) is unknown color: approx Radical Red. HEX triplet: F5, 2A and 65. RGB value is (245,42,101). Sum of RGB (Red+Green+Blue) = 245+42+101=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F52A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52A65 is #0AD59A. Grayscale: #6D6D6D. Windows color (decimal): -710043 or 6630133. OLE color: 6630133.

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

Color convert

RGB24542101-
CMYK00.830.590.04
HSL342.56º91.03%56.27%-
HSV(B)342.56º82.86%96.08%-
XYZ40.8322.0114.41-
YUV109.42123.25224.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.14%
GREEN value IS 42 (16.80% from 255) = 10.82%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=63.14%
G=10.82%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454210100.830.590.04342.5691.0356.27
HexF52A650533B41575b38
Octal36552145012373452713370
Binary111101011010101100101010100111110111001010101111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52A65; }

 p { color: rgb(245,42,101); }

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

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

 a { background-color: rgb(245,42,101); }

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

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

 span { border-color: rgb(245,42,101); }

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