Html Css Color HEX #F65A50 Tomato

📋 copy color: '#F65A50'

red 246 ◦ green 90 ◦ blue 80

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

Shades of Tomato #F65A50

Tints of Tomato #F65A50

RGB

 RED value IS 246 (96.48% from 255) = 59.13%

 GREEN value IS 90 (35.55% from 255) = 21.63%

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

R = 59.13%
G = 21.63%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F65A50 (or 0xF65A50) is known color: Tomato. HEX triplet: F6, 5A and 50. RGB value is (246,90,80). Sum of RGB (Red+Green+Blue) = 246+90+80=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65A50 is #09A5AF. Grayscale: #878787. Windows color (decimal): -632240 or 5266166. OLE color: 5266166.

HSL color Cylindrical-coordinate representation of color #F65A50: hue angle of 3.61º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65A50 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 90 80 -
CMYK 0 0.63 0.67 0.04
HSL 3.61º 0.9% 0.64% -
HSV(B) 3.61º 0.67% 0.96% -
XYZ 43.11 27.48 10.62 -
YUV 135.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 246 90 80 0 0.63 0.67 0.04 3.61 0.9 0.64
Hex F6 5A 50 0 3F 43 4 4 5A 40
Octal 366 132 120 0 77 103 4 4 132 100
Binary 11110110 1011010 1010000 0 111111 1000011 100 100 1011010 1000000

Color Harmonies of #F65A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A50

Black with #F65A50

Text Example


Text Example

White with #F65A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A50; }

 p { color: rgb(246,90,80); }

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

background-color css

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

 a { background-color: rgb(246,90,80); }

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

border-color css

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

 span { border-color: rgb(246,90,80); }

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