Html Css Color HEX #F85A4C Tomato

📋 copy color: '#F85A4C'

red 248 ◦ green 90 ◦ blue 76

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

Shades of Tomato #F85A4C

Tints of Tomato #F85A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 59.9%
G = 21.74%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F85A4C (or 0xF85A4C) is known color: Tomato. HEX triplet: F8, 5A and 4C. RGB value is (248,90,76). Sum of RGB (Red+Green+Blue) = 248+90+76=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A4C is #07A5B3. Grayscale: #878787. Windows color (decimal): -501172 or 5004024. OLE color: 5004024.

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

Color convert

RGB 248 90 76 -
CMYK 0 0.64 0.69 0.03
HSL 4.88º 0.92% 0.64% -
HSV(B) 4.88º 0.69% 0.97% -
XYZ 43.67 27.79 9.9 -
YUV 135.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 248 90 76 0 0.64 0.69 0.03 4.88 0.92 0.64
Hex F8 5A 4C 0 40 45 3 5 5C 40
Octal 370 132 114 0 100 105 3 5 134 100
Binary 11111000 1011010 1001100 0 1000000 1000101 11 101 1011100 1000000

Color Harmonies of #F85A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A4C

Black with #F85A4C

Text Example


Text Example

White with #F85A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A4C; }

 p { color: rgb(248,90,76); }

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

background-color css

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

 a { background-color: rgb(248,90,76); }

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

border-color css

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

 span { border-color: rgb(248,90,76); }

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