Html Css Color HEX #F6A58A Tonys Pink

📋 copy color: '#F6A58A'

red 246 ◦ green 165 ◦ blue 138

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

Shades of Tonys Pink #F6A58A

Tints of Tonys Pink #F6A58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.14%

R = 44.81%
G = 30.05%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6A58A (or 0xF6A58A) is known color: Tonys Pink. HEX triplet: F6, A5 and 8A. RGB value is (246,165,138). Sum of RGB (Red+Green+Blue) = 246+165+138=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A58A is #095A75. Grayscale: #BABABA. Windows color (decimal): -612982 or 9086454. OLE color: 9086454.

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

Color convert

RGB 246 165 138 -
CMYK 0 0.33 0.44 0.04
HSL 15º 0.86% 0.75% -
HSV(B) 15º 0.44% 0.96% -
XYZ 56.05 48.34 30.42 -
YUV 186.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 246 165 138 0 0.33 0.44 0.04 15 0.86 0.75
Hex F6 A5 8A 0 21 2C 4 F 56 4B
Octal 366 245 212 0 41 54 4 17 126 113
Binary 11110110 10100101 10001010 0 100001 101100 100 1111 1010110 1001011

Color Harmonies of #F6A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A58A

Black with #F6A58A

Text Example


Text Example

White with #F6A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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