#F52A64

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

Shades of Radical Red #F52A64

Tints of Radical Red #F52A64

Color information

#F52A64 (or 0xF52A64) is unknown color: approx Radical Red. HEX triplet: F5, 2A and 64. RGB value is (245,42,100). Sum of RGB (Red+Green+Blue) = 245+42+100=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F52A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52A64 is #0AD59B. Grayscale: #6D6D6D. Windows color (decimal): -710044 or 6564597. OLE color: 6564597.

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

Color convert

RGB24542100-
CMYK00.830.590.04
HSL342.86º91.03%56.27%-
HSV(B)342.86º82.86%96.08%-
XYZ40.7821.9914.15-
YUV109.31122.75224.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.31%
GREEN value IS 42 (16.80% from 255) = 10.85%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=63.31%
G=10.85%
B=25.84%

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
Decimal2454210000.830.590.04342.8691.0356.27
HexF52A640533B41575b38
Octal36552144012373452713370
Binary111101011010101100100010100111110111001010101111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52A64; }

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

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

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

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

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

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

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

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