Html Css Color HEX #F55556 Radical Red

📋 copy color: '#F55556'

red 245 ◦ green 85 ◦ blue 86

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

Shades of Radical Red #F55556

Tints of Radical Red #F55556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

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

R = 58.89%
G = 20.43%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F55556 (or 0xF55556) is known color: Radical Red. HEX triplet: F5, 55 and 56. RGB value is (245,85,86). Sum of RGB (Red+Green+Blue) = 245+85+86=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F55556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55556 is #0AAAA9. Grayscale: #858585. Windows color (decimal): -699050 or 5658101. OLE color: 5658101.

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

Color convert

RGB 245 85 86 -
CMYK 0 0.65 0.65 0.04
HSL 359.63º 0.89% 0.65% -
HSV(B) 359.63º 0.65% 0.96% -
XYZ 42.58 26.58 11.69 -
YUV 132.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 245 85 86 0 0.65 0.65 0.04 359.63 0.89 0.65
Hex F5 55 56 0 41 41 4 168 59 41
Octal 365 125 126 0 101 101 4 550 131 101
Binary 11110101 1010101 1010110 0 1000001 1000001 100 101101000 1011001 1000001

Color Harmonies of #F55556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55556

Black with #F55556

Text Example


Text Example

White with #F55556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55556; }

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

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

background-color css

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

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

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

border-color css

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

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

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