Html Css Color HEX #F52A5F Radical Red

📋 copy color: '#F52A5F'

red 245 ◦ green 42 ◦ blue 95

#F52A5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F52A5F

Tints of Radical Red #F52A5F

RGB

 RED value IS 245 (96.09% from 255) = 64.14%

 GREEN value IS 42 (16.8% from 255) = 10.99%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 64.14%
G = 10.99%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F52A5F (or 0xF52A5F) is known color: Radical Red. HEX triplet: F5, 2A and 5F. RGB value is (245,42,95). Sum of RGB (Red+Green+Blue) = 245+42+95=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F52A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52A5F is #0AD5A0. Grayscale: #6C6C6C. Windows color (decimal): -710049 or 6236917. OLE color: 6236917.

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

Color convert

RGB 245 42 95 -
CMYK 0 0.83 0.61 0.04
HSL 344.34º 0.91% 0.56% -
HSV(B) 344.34º 0.83% 0.96% -
XYZ 40.55 21.89 12.92 -
YUV 108.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 245 42 95 0 0.83 0.61 0.04 344.34 0.91 0.56
Hex F5 2A 5F 0 53 3D 4 158 5B 38
Octal 365 52 137 0 123 75 4 530 133 70
Binary 11110101 101010 1011111 0 1010011 111101 100 101011000 1011011 111000

Color Harmonies of #F52A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52A5F

Black with #F52A5F

Text Example


Text Example

White with #F52A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52A5F; }

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

 H1.HeaderClassName
 {
   color: #F52A5F;
 }
 .AnyTagClassName
 {
   color: #F52A5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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