Html Css Color HEX #F85655 Tomato

📋 copy color: '#F85655'

red 248 ◦ green 86 ◦ blue 85

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

Shades of Tomato #F85655

Tints of Tomato #F85655

RGB

 RED value IS 248 (97.27% from 255) = 59.19%

 GREEN value IS 86 (33.98% from 255) = 20.53%

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 59.19%
G = 20.53%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F85655 (or 0xF85655) is known color: Tomato. HEX triplet: F8, 56 and 55. RGB value is (248,86,85). Sum of RGB (Red+Green+Blue) = 248+86+85=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F85655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85655 is #07A9AA. Grayscale: #868686. Windows color (decimal): -502187 or 5592824. OLE color: 5592824.

HSL color Cylindrical-coordinate representation of color #F85655: hue angle of 0.37º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F85655 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 85 -
CMYK 0 0.65 0.66 0.03
HSL 0.37º 0.92% 0.65% -
HSV(B) 0.37º 0.66% 0.97% -
XYZ 43.68 27.27 11.56 -
YUV 134.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 248 86 85 0 0.65 0.66 0.03 0.37 0.92 0.65
Hex F8 56 55 0 41 42 3 0 5C 41
Octal 370 126 125 0 101 102 3 0 134 101
Binary 11111000 1010110 1010101 0 1000001 1000010 11 0 1011100 1000001

Color Harmonies of #F85655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85655

Black with #F85655

Text Example


Text Example

White with #F85655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85655; }

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

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

background-color css

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

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

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

border-color css

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

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

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