Html Css Color HEX #F85D4F Tomato

📋 copy color: '#F85D4F'

red 248 ◦ green 93 ◦ blue 79

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

Shades of Tomato #F85D4F

Tints of Tomato #F85D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 79 (31.25% from 255) = 18.81%

R = 59.05%
G = 22.14%
B = 18.81%

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

#F85D4F (or 0xF85D4F) is known color: Tomato. HEX triplet: F8, 5D and 4F. RGB value is (248,93,79). Sum of RGB (Red+Green+Blue) = 248+93+79=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D4F is #07A2B0. Grayscale: #898989. Windows color (decimal): -500401 or 5201400. OLE color: 5201400.

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

Color convert

RGB 248 93 79 -
CMYK 0 0.62 0.68 0.03
HSL 4.97º 0.92% 0.64% -
HSV(B) 4.97º 0.68% 0.97% -
XYZ 44.04 28.35 10.55 -
YUV 137.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 248 93 79 0 0.62 0.68 0.03 4.97 0.92 0.64
Hex F8 5D 4F 0 3E 44 3 5 5C 40
Octal 370 135 117 0 76 104 3 5 134 100
Binary 11111000 1011101 1001111 0 111110 1000100 11 101 1011100 1000000

Color Harmonies of #F85D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D4F

Black with #F85D4F

Text Example


Text Example

White with #F85D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D4F; }

 p { color: rgb(248,93,79); }

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

background-color css

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

 a { background-color: rgb(248,93,79); }

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

border-color css

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

 span { border-color: rgb(248,93,79); }

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