Html Css Color HEX #F85F41 Tomato

📋 copy color: '#F85F41'

red 248 ◦ green 95 ◦ blue 65

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

Shades of Tomato #F85F41

Tints of Tomato #F85F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.93%

R = 60.78%
G = 23.28%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F85F41 (or 0xF85F41) is known color: Tomato. HEX triplet: F8, 5F and 41. RGB value is (248,95,65). Sum of RGB (Red+Green+Blue) = 248+95+65=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F41 is #07A0BE. Grayscale: #898989. Windows color (decimal): -499903 or 4284408. OLE color: 4284408.

HSL color Cylindrical-coordinate representation of color #F85F41: hue angle of 9.84º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F85F41 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 95 65 -
CMYK 0 0.62 0.74 0.03
HSL 9.84º 0.93% 0.61% -
HSV(B) 9.84º 0.74% 0.97% -
XYZ 43.76 28.52 8.2 -
YUV 137.33 87.19 206.94 -
System Red Green Blue C M Y K H S L
Decimal 248 95 65 0 0.62 0.74 0.03 9.84 0.93 0.61
Hex F8 5F 41 0 3E 4A 3 A 5D 3D
Octal 370 137 101 0 76 112 3 12 135 75
Binary 11111000 1011111 1000001 0 111110 1001010 11 1010 1011101 111101

Color Harmonies of #F85F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F41

Black with #F85F41

Text Example


Text Example

White with #F85F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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