Html Css Color HEX #F53656 Radical Red

📋 copy color: '#F53656'

red 245 ◦ green 54 ◦ blue 86

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

Shades of Radical Red #F53656

Tints of Radical Red #F53656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

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

R = 63.64%
G = 14.03%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F53656 (or 0xF53656) is known color: Radical Red. HEX triplet: F5, 36 and 56. RGB value is (245,54,86). Sum of RGB (Red+Green+Blue) = 245+54+86=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F53656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53656 is #0AC9A9. Grayscale: #727272. Windows color (decimal): -706986 or 5650165. OLE color: 5650165.

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

Color convert

RGB 245 54 86 -
CMYK 0 0.78 0.65 0.04
HSL 349.95º 0.91% 0.59% -
HSV(B) 349.95º 0.78% 0.96% -
XYZ 40.66 22.72 11.05 -
YUV 114.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 245 54 86 0 0.78 0.65 0.04 349.95 0.91 0.59
Hex F5 36 56 0 4E 41 4 15E 5B 3B
Octal 365 66 126 0 116 101 4 536 133 73
Binary 11110101 110110 1010110 0 1001110 1000001 100 101011110 1011011 111011

Color Harmonies of #F53656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53656

Black with #F53656

Text Example


Text Example

White with #F53656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53656; }

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

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

background-color css

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

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

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

border-color css

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

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

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