Html Css Color HEX #F52860 Radical Red

📋 copy color: '#F52860'

red 245 ◦ green 40 ◦ blue 96

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

Shades of Radical Red #F52860

Tints of Radical Red #F52860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.5%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 64.3%
G = 10.5%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F52860 (or 0xF52860) is known color: Radical Red. HEX triplet: F5, 28 and 60. RGB value is (245,40,96). Sum of RGB (Red+Green+Blue) = 245+40+96=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F52860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52860 is #0AD79F. Grayscale: #6B6B6B. Windows color (decimal): -710560 or 6301941. OLE color: 6301941.

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

Color convert

RGB 245 40 96 -
CMYK 0 0.84 0.61 0.04
HSL 343.61º 0.91% 0.56% -
HSV(B) 343.61º 0.84% 0.96% -
XYZ 40.53 21.77 13.13 -
YUV 107.68 121.42 225.95 -
System Red Green Blue C M Y K H S L
Decimal 245 40 96 0 0.84 0.61 0.04 343.61 0.91 0.56
Hex F5 28 60 0 54 3D 4 158 5B 38
Octal 365 50 140 0 124 75 4 530 133 70
Binary 11110101 101000 1100000 0 1010100 111101 100 101011000 1011011 111000

Color Harmonies of #F52860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52860

Black with #F52860

Text Example


Text Example

White with #F52860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52860; }

 p { color: rgb(245,40,96); }

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

background-color css

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

 a { background-color: rgb(245,40,96); }

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

border-color css

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

 span { border-color: rgb(245,40,96); }

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