Html Css Color HEX #F6A78A Tonys Pink

📋 copy color: '#F6A78A'

red 246 ◦ green 167 ◦ blue 138

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

Shades of Tonys Pink #F6A78A

Tints of Tonys Pink #F6A78A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.31%

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

R = 44.65%
G = 30.31%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6A78A (or 0xF6A78A) is known color: Tonys Pink. HEX triplet: F6, A7 and 8A. RGB value is (246,167,138). Sum of RGB (Red+Green+Blue) = 246+167+138=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A78A is #095875. Grayscale: #BBBBBB. Windows color (decimal): -612470 or 9086966. OLE color: 9086966.

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

Color convert

RGB 246 167 138 -
CMYK 0 0.32 0.44 0.04
HSL 16.11º 0.86% 0.75% -
HSV(B) 16.11º 0.44% 0.96% -
XYZ 56.41 49.07 30.54 -
YUV 187.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 246 167 138 0 0.32 0.44 0.04 16.11 0.86 0.75
Hex F6 A7 8A 0 20 2C 4 10 56 4B
Octal 366 247 212 0 40 54 4 20 126 113
Binary 11110110 10100111 10001010 0 100000 101100 100 10000 1010110 1001011

Color Harmonies of #F6A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A78A

Black with #F6A78A

Text Example


Text Example

White with #F6A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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