Html Css Color HEX #F85B50 Tomato

📋 copy color: '#F85B50'

red 248 ◦ green 91 ◦ blue 80

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

Shades of Tomato #F85B50

Tints of Tomato #F85B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.72%

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

R = 59.19%
G = 21.72%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F85B50 (or 0xF85B50) is known color: Tomato. HEX triplet: F8, 5B and 50. RGB value is (248,91,80). Sum of RGB (Red+Green+Blue) = 248+91+80=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B50 is #07A4AF. Grayscale: #888888. Windows color (decimal): -500912 or 5266424. OLE color: 5266424.

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

Color convert

RGB 248 91 80 -
CMYK 0 0.63 0.68 0.03
HSL 3.93º 0.92% 0.64% -
HSV(B) 3.93º 0.68% 0.97% -
XYZ 43.9 28.02 10.68 -
YUV 136.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 248 91 80 0 0.63 0.68 0.03 3.93 0.92 0.64
Hex F8 5B 50 0 3F 44 3 4 5C 40
Octal 370 133 120 0 77 104 3 4 134 100
Binary 11111000 1011011 1010000 0 111111 1000100 11 100 1011100 1000000

Color Harmonies of #F85B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B50

Black with #F85B50

Text Example


Text Example

White with #F85B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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