Html Css Color HEX #F53762 Radical Red

📋 copy color: '#F53762'

red 245 ◦ green 55 ◦ blue 98

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

Shades of Radical Red #F53762

Tints of Radical Red #F53762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

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

R = 61.56%
G = 13.82%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F53762 (or 0xF53762) is known color: Radical Red. HEX triplet: F5, 37 and 62. RGB value is (245,55,98). Sum of RGB (Red+Green+Blue) = 245+55+98=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53762 is #0AC89D. Grayscale: #747474. Windows color (decimal): -706718 or 6436853. OLE color: 6436853.

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

Color convert

RGB 245 55 98 -
CMYK 0 0.78 0.6 0.04
HSL 346.42º 0.9% 0.59% -
HSV(B) 346.42º 0.78% 0.96% -
XYZ 41.23 23.03 13.83 -
YUV 116.71 117.45 219.5 -
System Red Green Blue C M Y K H S L
Decimal 245 55 98 0 0.78 0.6 0.04 346.42 0.9 0.59
Hex F5 37 62 0 4E 3C 4 15A 5A 3B
Octal 365 67 142 0 116 74 4 532 132 73
Binary 11110101 110111 1100010 0 1001110 111100 100 101011010 1011010 111011

Color Harmonies of #F53762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53762

Black with #F53762

Text Example


Text Example

White with #F53762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53762; }

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

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

background-color css

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

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

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

border-color css

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

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

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