Html Css Color HEX #FF6F50 Tomato

📋 copy color: '#FF6F50'

red 255 ◦ green 111 ◦ blue 80

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

Shades of Tomato #FF6F50

Tints of Tomato #FF6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.89%

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

R = 57.17%
G = 24.89%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF6F50 (or 0xFF6F50) is known color: Tomato. HEX triplet: FF, 6F and 50. RGB value is (255,111,80). Sum of RGB (Red+Green+Blue) = 255+111+80=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F50 is #0090AF. Grayscale: #969696. Windows color (decimal): -37040 or 5271551. OLE color: 5271551.

HSL color Cylindrical-coordinate representation of color #FF6F50: hue angle of 10.63º 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 #FF6F50 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 111 80 -
CMYK 0 0.56 0.69 0
HSL 10.63º 1% 0.66% -
HSV(B) 10.63º 0.69% 1% -
XYZ 48.37 33.21 11.45 -
YUV 150.52 88.21 202.52 -
System Red Green Blue C M Y K H S L
Decimal 255 111 80 0 0.56 0.69 0 10.63 1 0.66
Hex FF 6F 50 0 38 45 0 B 64 42
Octal 377 157 120 0 70 105 0 13 144 102
Binary 11111111 1101111 1010000 0 111000 1000101 0 1011 1100100 1000010

Color Harmonies of #FF6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F50

Black with #FF6F50

Text Example


Text Example

White with #FF6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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