Html Css Color HEX #F85A49 Tomato

📋 copy color: '#F85A49'

red 248 ◦ green 90 ◦ blue 73

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

Shades of Tomato #F85A49

Tints of Tomato #F85A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 73 (28.91% from 255) = 17.76%

R = 60.34%
G = 21.9%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F85A49 (or 0xF85A49) is known color: Tomato. HEX triplet: F8, 5A and 49. RGB value is (248,90,73). Sum of RGB (Red+Green+Blue) = 248+90+73=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A49 is #07A5B6. Grayscale: #878787. Windows color (decimal): -501175 or 4807416. OLE color: 4807416.

HSL color Cylindrical-coordinate representation of color #F85A49: hue angle of 5.83º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F85A49 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 73 -
CMYK 0 0.64 0.71 0.03
HSL 5.83º 0.93% 0.63% -
HSV(B) 5.83º 0.71% 0.97% -
XYZ 43.57 27.75 9.36 -
YUV 135.3 92.85 208.38 -
System Red Green Blue C M Y K H S L
Decimal 248 90 73 0 0.64 0.71 0.03 5.83 0.93 0.63
Hex F8 5A 49 0 40 47 3 6 5D 3F
Octal 370 132 111 0 100 107 3 6 135 77
Binary 11111000 1011010 1001001 0 1000000 1000111 11 110 1011101 111111

Color Harmonies of #F85A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A49

Black with #F85A49

Text Example


Text Example

White with #F85A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A49; }

 p { color: rgb(248,90,73); }

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

background-color css

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

 a { background-color: rgb(248,90,73); }

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

border-color css

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

 span { border-color: rgb(248,90,73); }

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