Html Css Color HEX #F65556 Radical Red

📋 copy color: '#F65556'

red 246 ◦ green 85 ◦ blue 86

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

Shades of Radical Red #F65556

Tints of Radical Red #F65556

RGB

 RED value IS 246 (96.48% from 255) = 58.99%

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

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

R = 58.99%
G = 20.38%
B = 20.62%

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

#F65556 (or 0xF65556) is known color: Radical Red. HEX triplet: F6, 55 and 56. RGB value is (246,85,86). Sum of RGB (Red+Green+Blue) = 246+85+86=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F65556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65556 is #09AAA9. Grayscale: #858585. Windows color (decimal): -633514 or 5658102. OLE color: 5658102.

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

Color convert

RGB 246 85 86 -
CMYK 0 0.65 0.65 0.04
HSL 359.63º 0.9% 0.65% -
HSV(B) 359.63º 0.65% 0.96% -
XYZ 42.93 26.76 11.71 -
YUV 133.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 246 85 86 0 0.65 0.65 0.04 359.63 0.9 0.65
Hex F6 55 56 0 41 41 4 168 5A 41
Octal 366 125 126 0 101 101 4 550 132 101
Binary 11110110 1010101 1010110 0 1000001 1000001 100 101101000 1011010 1000001

Color Harmonies of #F65556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65556

Black with #F65556

Text Example


Text Example

White with #F65556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65556; }

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

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

background-color css

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

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

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

border-color css

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

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

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