Html Css Color HEX #F05B4A Tomato

📋 copy color: '#F05B4A'

red 240 ◦ green 91 ◦ blue 74

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

Shades of Tomato #F05B4A

Tints of Tomato #F05B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.47%

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 59.26%
G = 22.47%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F05B4A (or 0xF05B4A) is known color: Tomato. HEX triplet: F0, 5B and 4A. RGB value is (240,91,74). Sum of RGB (Red+Green+Blue) = 240+91+74=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05B4A is #0FA4B5. Grayscale: #858585. Windows color (decimal): -1025206 or 4873200. OLE color: 4873200.

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

Color convert

RGB 240 91 74 -
CMYK 0 0.62 0.69 0.06
HSL 6.14º 0.85% 0.62% -
HSV(B) 6.14º 0.69% 0.94% -
XYZ 40.91 26.5 9.44 -
YUV 133.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 240 91 74 0 0.62 0.69 0.06 6.14 0.85 0.62
Hex F0 5B 4A 0 3E 45 6 6 55 3E
Octal 360 133 112 0 76 105 6 6 125 76
Binary 11110000 1011011 1001010 0 111110 1000101 110 110 1010101 111110

Color Harmonies of #F05B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B4A

Black with #F05B4A

Text Example


Text Example

White with #F05B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B4A; }

 p { color: rgb(240,91,74); }

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

background-color css

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

 a { background-color: rgb(240,91,74); }

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

border-color css

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

 span { border-color: rgb(240,91,74); }

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