#F7A1C7

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

Shades of Carnation Pink #F7A1C7

Tints of Carnation Pink #F7A1C7

Color information

#F7A1C7 (or 0xF7A1C7) is unknown color: approx Carnation Pink. HEX triplet: F7, A1 and C7. RGB value is (247,161,199). Sum of RGB (Red+Green+Blue) = 247+161+199=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1C7 is #085E38. Grayscale: #BEBEBE. Windows color (decimal): -548409 or 13083127. OLE color: 13083127.

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

Color convert

RGB247161199-
CMYK00.350.190.03
HSL333.49º84.31%80%-
HSV(B)333.49º34.82%96.86%-
XYZ61.4149.3960.33-
YUV191.05132.49167.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=40.69%
G=26.52%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716119900.350.190.03333.4984.3180
HexF7A1C702313314d5450
Octal367241307043233515124120
Binary1111011110100001110001110100011100111110100110110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A1C7; }

 p { color: rgb(247,161,199); }

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

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

 a { background-color: rgb(247,161,199); }

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

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

 span { border-color: rgb(247,161,199); }

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