Html Css Color HEX #F6A58C Tonys Pink

📋 copy color: '#F6A58C'

red 246 ◦ green 165 ◦ blue 140

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

Shades of Tonys Pink #F6A58C

Tints of Tonys Pink #F6A58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.95%

 BLUE value IS 140 (55.08% from 255) = 25.41%

R = 44.65%
G = 29.95%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6A58C (or 0xF6A58C) is known color: Tonys Pink. HEX triplet: F6, A5 and 8C. RGB value is (246,165,140). Sum of RGB (Red+Green+Blue) = 246+165+140=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A58C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A58C is #095A73. Grayscale: #BABABA. Windows color (decimal): -612980 or 9217526. OLE color: 9217526.

HSL color Cylindrical-coordinate representation of color #F6A58C: hue angle of 14.15º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6A58C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 165 140 -
CMYK 0 0.33 0.43 0.04
HSL 14.15º 0.85% 0.76% -
HSV(B) 14.15º 0.43% 0.96% -
XYZ 56.19 48.4 31.19 -
YUV 186.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 246 165 140 0 0.33 0.43 0.04 14.15 0.85 0.76
Hex F6 A5 8C 0 21 2B 4 E 55 4C
Octal 366 245 214 0 41 53 4 16 125 114
Binary 11110110 10100101 10001100 0 100001 101011 100 1110 1010101 1001100

Color Harmonies of #F6A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A58C

Black with #F6A58C

Text Example


Text Example

White with #F6A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A58C; }

 p { color: rgb(246,165,140); }

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

background-color css

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

 a { background-color: rgb(246,165,140); }

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

border-color css

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

 span { border-color: rgb(246,165,140); }

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