Html Css Color HEX #F53862 Radical Red

📋 copy color: '#F53862'

red 245 ◦ green 56 ◦ blue 98

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

Shades of Radical Red #F53862

Tints of Radical Red #F53862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

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

R = 61.4%
G = 14.04%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F53862 (or 0xF53862) is known color: Radical Red. HEX triplet: F5, 38 and 62. RGB value is (245,56,98). Sum of RGB (Red+Green+Blue) = 245+56+98=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F53862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53862 is #0AC79D. Grayscale: #757575. Windows color (decimal): -706462 or 6437109. OLE color: 6437109.

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

Color convert

RGB 245 56 98 -
CMYK 0 0.77 0.6 0.04
HSL 346.67º 0.9% 0.59% -
HSV(B) 346.67º 0.77% 0.96% -
XYZ 41.27 23.12 13.84 -
YUV 117.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 245 56 98 0 0.77 0.6 0.04 346.67 0.9 0.59
Hex F5 38 62 0 4D 3C 4 15B 5A 3B
Octal 365 70 142 0 115 74 4 533 132 73
Binary 11110101 111000 1100010 0 1001101 111100 100 101011011 1011010 111011

Color Harmonies of #F53862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53862

Black with #F53862

Text Example


Text Example

White with #F53862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53862; }

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

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

background-color css

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

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

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

border-color css

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

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

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