#F6A0C5

Color #F6A0C5 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F6A0C5

Tints of Carnation Pink #F6A0C5

Color information

#F6A0C5 (or 0xF6A0C5) is unknown color: approx Carnation Pink. HEX triplet: F6, A0 and C5. RGB value is (246,160,197). Sum of RGB (Red+Green+Blue) = 246+160+197=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A0C5 is #095F3A. Grayscale: #BDBDBD. Windows color (decimal): -614203 or 12951798. OLE color: 12951798.

HSL color Cylindrical-coordinate representation of color #F6A0C5: hue angle of 334.19º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A0C5 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB246160197-
CMYK00.350.200.04
HSL334.19º82.69%79.61%-
HSV(B)334.19º34.96%96.47%-
XYZ60.6548.7759.04-
YUV189.93131.99167.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=40.80%
G=26.53%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616019700.350.200.04334.1982.6979.61
HexF6A0C502314414e5350
Octal366240305043244516123120
Binary11110110101000001100010101000111010010010100111010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A0C5; }

 p { color: rgb(246,160,197); }

 H1.HeaderClassName
 {
   color: #F6A0C5;
 }
 .AnyTagClassName
 {
   color: #F6A0C5;
 }
</style>
background-color css

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

 a { background-color: rgb(246,160,197); }

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

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

 span { border-color: rgb(246,160,197); }

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