Html Css Color HEX #F6A38C Tonys Pink

📋 copy color: '#F6A38C'

red 246 ◦ green 163 ◦ blue 140

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

Shades of Tonys Pink #F6A38C

Tints of Tonys Pink #F6A38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.69%

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

R = 44.81%
G = 29.69%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6A38C (or 0xF6A38C) is known color: Tonys Pink. HEX triplet: F6, A3 and 8C. RGB value is (246,163,140). Sum of RGB (Red+Green+Blue) = 246+163+140=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A38C is #095C73. Grayscale: #B9B9B9. Windows color (decimal): -613492 or 9217014. OLE color: 9217014.

HSL color Cylindrical-coordinate representation of color #F6A38C: hue angle of 13.02º 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 #F6A38C is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 163 140 -
CMYK 0 0.34 0.43 0.04
HSL 13.02º 0.85% 0.76% -
HSV(B) 13.02º 0.43% 0.96% -
XYZ 55.84 47.68 31.07 -
YUV 185.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 246 163 140 0 0.34 0.43 0.04 13.02 0.85 0.76
Hex F6 A3 8C 0 22 2B 4 D 55 4C
Octal 366 243 214 0 42 53 4 15 125 114
Binary 11110110 10100011 10001100 0 100010 101011 100 1101 1010101 1001100

Color Harmonies of #F6A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A38C

Black with #F6A38C

Text Example


Text Example

White with #F6A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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