Html Css Color HEX #F53162 Radical Red

📋 copy color: '#F53162'

red 245 ◦ green 49 ◦ blue 98

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

Shades of Radical Red #F53162

Tints of Radical Red #F53162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.5%

 BLUE value IS 98 (38.67% from 255) = 25%

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F53162 (or 0xF53162) is known color: Radical Red. HEX triplet: F5, 31 and 62. RGB value is (245,49,98). Sum of RGB (Red+Green+Blue) = 245+49+98=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F53162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53162 is #0ACE9D. Grayscale: #717171. Windows color (decimal): -708254 or 6435317. OLE color: 6435317.

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

Color convert

RGB 245 49 98 -
CMYK 0 0.8 0.6 0.04
HSL 345º 0.91% 0.58% -
HSV(B) 345º 0.8% 0.96% -
XYZ 40.96 22.49 13.74 -
YUV 113.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 245 49 98 0 0.8 0.6 0.04 345 0.91 0.58
Hex F5 31 62 0 50 3C 4 159 5B 3A
Octal 365 61 142 0 120 74 4 531 133 72
Binary 11110101 110001 1100010 0 1010000 111100 100 101011001 1011011 111010

Color Harmonies of #F53162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53162

Black with #F53162

Text Example


Text Example

White with #F53162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53162; }

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

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

background-color css

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

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

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

border-color css

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

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

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