Html Css Color HEX #F85F49 Tomato

📋 copy color: '#F85F49'

red 248 ◦ green 95 ◦ blue 73

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

Shades of Tomato #F85F49

Tints of Tomato #F85F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

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

R = 59.62%
G = 22.84%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F85F49 (or 0xF85F49) is known color: Tomato. HEX triplet: F8, 5F and 49. RGB value is (248,95,73). Sum of RGB (Red+Green+Blue) = 248+95+73=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F49 is #07A0B6. Grayscale: #8A8A8A. Windows color (decimal): -499895 or 4808696. OLE color: 4808696.

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

Color convert

RGB 248 95 73 -
CMYK 0 0.62 0.71 0.03
HSL 7.54º 0.93% 0.63% -
HSV(B) 7.54º 0.71% 0.97% -
XYZ 44.01 28.62 9.51 -
YUV 138.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 248 95 73 0 0.62 0.71 0.03 7.54 0.93 0.63
Hex F8 5F 49 0 3E 47 3 8 5D 3F
Octal 370 137 111 0 76 107 3 10 135 77
Binary 11111000 1011111 1001001 0 111110 1000111 11 1000 1011101 111111

Color Harmonies of #F85F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F49

Black with #F85F49

Text Example


Text Example

White with #F85F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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