Html Css Color HEX #F85F50 Tomato

📋 copy color: '#F85F50'

red 248 ◦ green 95 ◦ blue 80

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

Shades of Tomato #F85F50

Tints of Tomato #F85F50

RGB

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

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

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

R = 58.63%
G = 22.46%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F85F50 (or 0xF85F50) is known color: Tomato. HEX triplet: F8, 5F and 50. RGB value is (248,95,80). Sum of RGB (Red+Green+Blue) = 248+95+80=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F50 is #07A0AF. Grayscale: #8B8B8B. Windows color (decimal): -499888 or 5267448. OLE color: 5267448.

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

Color convert

RGB 248 95 80 -
CMYK 0 0.62 0.68 0.03
HSL 5.36º 0.92% 0.64% -
HSV(B) 5.36º 0.68% 0.97% -
XYZ 44.25 28.72 10.8 -
YUV 139.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 248 95 80 0 0.62 0.68 0.03 5.36 0.92 0.64
Hex F8 5F 50 0 3E 44 3 5 5C 40
Octal 370 137 120 0 76 104 3 5 134 100
Binary 11111000 1011111 1010000 0 111110 1000100 11 101 1011100 1000000

Color Harmonies of #F85F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F50

Black with #F85F50

Text Example


Text Example

White with #F85F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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