Html Css Color HEX #F05D45 Tomato

📋 copy color: '#F05D45'

red 240 ◦ green 93 ◦ blue 69

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

Shades of Tomato #F05D45

Tints of Tomato #F05D45

RGB

 RED value IS 240 (94.14% from 255) = 59.7%

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

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 59.7%
G = 23.13%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F05D45 (or 0xF05D45) is known color: Tomato. HEX triplet: F0, 5D and 45. RGB value is (240,93,69). Sum of RGB (Red+Green+Blue) = 240+93+69=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D45 is #0FA2BA. Grayscale: #868686. Windows color (decimal): -1024699 or 4546032. OLE color: 4546032.

HSL color Cylindrical-coordinate representation of color #F05D45: hue angle of 8.42º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F05D45 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 69 -
CMYK 0 0.61 0.71 0.06
HSL 8.42º 0.85% 0.61% -
HSV(B) 8.42º 0.71% 0.94% -
XYZ 40.92 26.78 8.64 -
YUV 134.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 240 93 69 0 0.61 0.71 0.06 8.42 0.85 0.61
Hex F0 5D 45 0 3D 47 6 8 55 3D
Octal 360 135 105 0 75 107 6 10 125 75
Binary 11110000 1011101 1000101 0 111101 1000111 110 1000 1010101 111101

Color Harmonies of #F05D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D45

Black with #F05D45

Text Example


Text Example

White with #F05D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D45; }

 p { color: rgb(240,93,69); }

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

background-color css

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

 a { background-color: rgb(240,93,69); }

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

border-color css

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

 span { border-color: rgb(240,93,69); }

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