Html Css Color HEX #F85950 Tomato

📋 copy color: '#F85950'

red 248 ◦ green 89 ◦ blue 80

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

Shades of Tomato #F85950

Tints of Tomato #F85950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 59.47%
G = 21.34%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F85950 (or 0xF85950) is known color: Tomato. HEX triplet: F8, 59 and 50. RGB value is (248,89,80). Sum of RGB (Red+Green+Blue) = 248+89+80=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F85950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85950 is #07A6AF. Grayscale: #878787. Windows color (decimal): -501424 or 5265912. OLE color: 5265912.

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

Color convert

RGB 248 89 80 -
CMYK 0 0.64 0.68 0.03
HSL 3.21º 0.92% 0.64% -
HSV(B) 3.21º 0.68% 0.97% -
XYZ 43.73 27.68 10.63 -
YUV 135.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 248 89 80 0 0.64 0.68 0.03 3.21 0.92 0.64
Hex F8 59 50 0 40 44 3 3 5C 40
Octal 370 131 120 0 100 104 3 3 134 100
Binary 11111000 1011001 1010000 0 1000000 1000100 11 11 1011100 1000000

Color Harmonies of #F85950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85950

Black with #F85950

Text Example


Text Example

White with #F85950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85950; }

 p { color: rgb(248,89,80); }

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

background-color css

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

 a { background-color: rgb(248,89,80); }

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

border-color css

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

 span { border-color: rgb(248,89,80); }

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