Html Css Color HEX #F85F45 Tomato

📋 copy color: '#F85F45'

red 248 ◦ green 95 ◦ blue 69

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

Shades of Tomato #F85F45

Tints of Tomato #F85F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.75%

R = 60.19%
G = 23.06%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85F45 (or 0xF85F45) is known color: Tomato. HEX triplet: F8, 5F and 45. RGB value is (248,95,69). Sum of RGB (Red+Green+Blue) = 248+95+69=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F45 is #07A0BA. Grayscale: #8A8A8A. Windows color (decimal): -499899 or 4546552. OLE color: 4546552.

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

Color convert

RGB 248 95 69 -
CMYK 0 0.62 0.72 0.03
HSL 8.72º 0.93% 0.62% -
HSV(B) 8.72º 0.72% 0.97% -
XYZ 43.88 28.57 8.83 -
YUV 137.78 89.19 206.61 -
System Red Green Blue C M Y K H S L
Decimal 248 95 69 0 0.62 0.72 0.03 8.72 0.93 0.62
Hex F8 5F 45 0 3E 48 3 9 5D 3E
Octal 370 137 105 0 76 110 3 11 135 76
Binary 11111000 1011111 1000101 0 111110 1001000 11 1001 1011101 111110

Color Harmonies of #F85F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F45

Black with #F85F45

Text Example


Text Example

White with #F85F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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