Html Css Color HEX #F85852 Tomato

📋 copy color: '#F85852'

red 248 ◦ green 88 ◦ blue 82

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

Shades of Tomato #F85852

Tints of Tomato #F85852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.05%

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 59.33%
G = 21.05%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F85852 (or 0xF85852) is known color: Tomato. HEX triplet: F8, 58 and 52. RGB value is (248,88,82). Sum of RGB (Red+Green+Blue) = 248+88+82=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F85852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85852 is #07A7AD. Grayscale: #878787. Windows color (decimal): -501678 or 5396728. OLE color: 5396728.

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

Color convert

RGB 248 88 82 -
CMYK 0 0.65 0.67 0.03
HSL 2.17º 0.92% 0.65% -
HSV(B) 2.17º 0.67% 0.97% -
XYZ 43.72 27.55 10.99 -
YUV 135.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 248 88 82 0 0.65 0.67 0.03 2.17 0.92 0.65
Hex F8 58 52 0 41 43 3 2 5C 41
Octal 370 130 122 0 101 103 3 2 134 101
Binary 11111000 1011000 1010010 0 1000001 1000011 11 10 1011100 1000001

Color Harmonies of #F85852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85852

Black with #F85852

Text Example


Text Example

White with #F85852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85852; }

 p { color: rgb(248,88,82); }

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

background-color css

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

 a { background-color: rgb(248,88,82); }

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

border-color css

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

 span { border-color: rgb(248,88,82); }

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