Html Css Color HEX #F53856 Radical Red

📋 copy color: '#F53856'

red 245 ◦ green 56 ◦ blue 86

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

Shades of Radical Red #F53856

Tints of Radical Red #F53856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 63.31%
G = 14.47%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F53856 (or 0xF53856) is known color: Radical Red. HEX triplet: F5, 38 and 56. RGB value is (245,56,86). Sum of RGB (Red+Green+Blue) = 245+56+86=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F53856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53856 is #0AC7A9. Grayscale: #747474. Windows color (decimal): -706474 or 5650677. OLE color: 5650677.

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

Color convert

RGB 245 56 86 -
CMYK 0 0.77 0.65 0.04
HSL 350.48º 0.9% 0.59% -
HSV(B) 350.48º 0.77% 0.96% -
XYZ 40.75 22.91 11.08 -
YUV 115.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 245 56 86 0 0.77 0.65 0.04 350.48 0.9 0.59
Hex F5 38 56 0 4D 41 4 15E 5A 3B
Octal 365 70 126 0 115 101 4 536 132 73
Binary 11110101 111000 1010110 0 1001101 1000001 100 101011110 1011010 111011

Color Harmonies of #F53856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53856

Black with #F53856

Text Example


Text Example

White with #F53856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53856; }

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

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

background-color css

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

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

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

border-color css

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

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

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