Html Css Color HEX #FF6050 Tomato

📋 copy color: '#FF6050'

red 255 ◦ green 96 ◦ blue 80

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

Shades of Tomato #FF6050

Tints of Tomato #FF6050

RGB

 RED value IS 255 (100% from 255) = 59.16%

 GREEN value IS 96 (37.89% from 255) = 22.27%

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 59.16%
G = 22.27%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF6050 (or 0xFF6050) is known color: Tomato. HEX triplet: FF, 60 and 50. RGB value is (255,96,80). Sum of RGB (Red+Green+Blue) = 255+96+80=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6050 is #009FAF. Grayscale: #8D8D8D. Windows color (decimal): -40880 or 5267711. OLE color: 5267711.

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

Color convert

RGB 255 96 80 -
CMYK 0 0.62 0.69 0
HSL 5.49º 1% 0.66% -
HSV(B) 5.49º 0.69% 1% -
XYZ 46.87 30.2 10.95 -
YUV 141.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 255 96 80 0 0.62 0.69 0 5.49 1 0.66
Hex FF 60 50 0 3E 45 0 5 64 42
Octal 377 140 120 0 76 105 0 5 144 102
Binary 11111111 1100000 1010000 0 111110 1000101 0 101 1100100 1000010

Color Harmonies of #FF6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6050

Black with #FF6050

Text Example


Text Example

White with #FF6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6050; }

 p { color: rgb(255,96,80); }

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

background-color css

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

 a { background-color: rgb(255,96,80); }

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

border-color css

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

 span { border-color: rgb(255,96,80); }

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