#F7A5C6

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

Shades of Carnation Pink #F7A5C6

Tints of Carnation Pink #F7A5C6

Color information

#F7A5C6 (or 0xF7A5C6) is unknown color: approx Carnation Pink. HEX triplet: F7, A5 and C6. RGB value is (247,165,198). Sum of RGB (Red+Green+Blue) = 247+165+198=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5C6 is #085A39. Grayscale: #C1C1C1. Windows color (decimal): -547386 or 13018615. OLE color: 13018615.

HSL color Cylindrical-coordinate representation of color #F7A5C6: hue angle of 335.85º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5C6 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB247165198-
CMYK00.330.200.03
HSL335.85º83.67%80.78%-
HSV(B)335.85º33.2%96.86%-
XYZ62.0150.7659.96-
YUV193.28130.67166.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 165 (64.84% from 255) = 27.05%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=40.49%
G=27.05%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716519800.330.200.03335.8583.6780.78
HexF7A5C60211431505451
Octal367245306041243520124121
Binary1111011110100101110001100100001101001110101000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A5C6; }

 p { color: rgb(247,165,198); }

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

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

 a { background-color: rgb(247,165,198); }

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

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

 span { border-color: rgb(247,165,198); }

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