Html Css Color HEX #F85A47 Tomato

📋 copy color: '#F85A47'

red 248 ◦ green 90 ◦ blue 71

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

Shades of Tomato #F85A47

Tints of Tomato #F85A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.36%

R = 60.64%
G = 22%
B = 17.36%

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

#F85A47 (or 0xF85A47) is known color: Tomato. HEX triplet: F8, 5A and 47. RGB value is (248,90,71). Sum of RGB (Red+Green+Blue) = 248+90+71=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A47 is #07A5B8. Grayscale: #878787. Windows color (decimal): -501177 or 4676344. OLE color: 4676344.

HSL color Cylindrical-coordinate representation of color #F85A47: hue angle of 6.44º 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 #F85A47 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 71 -
CMYK 0 0.64 0.71 0.03
HSL 6.44º 0.93% 0.63% -
HSV(B) 6.44º 0.71% 0.97% -
XYZ 43.5 27.72 9.02 -
YUV 135.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 248 90 71 0 0.64 0.71 0.03 6.44 0.93 0.63
Hex F8 5A 47 0 40 47 3 6 5D 3F
Octal 370 132 107 0 100 107 3 6 135 77
Binary 11111000 1011010 1000111 0 1000000 1000111 11 110 1011101 111111

Color Harmonies of #F85A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A47

Black with #F85A47

Text Example


Text Example

White with #F85A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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