#F7A2BF

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

Shades of Carnation Pink #F7A2BF

Tints of Carnation Pink #F7A2BF

Color information

#F7A2BF (or 0xF7A2BF) is unknown color: approx Carnation Pink. HEX triplet: F7, A2 and BF. RGB value is (247,162,191). Sum of RGB (Red+Green+Blue) = 247+162+191=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2BF is #085D40. Grayscale: #BEBEBE. Windows color (decimal): -548161 or 12559095. OLE color: 12559095.

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

Color convert

RGB247162191-
CMYK00.340.230.03
HSL339.53º84.16%80.2%-
HSV(B)339.53º34.41%96.86%-
XYZ60.6849.3855.62-
YUV190.72128.16168.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 162 (63.67% from 255) = 27%
BLUE value IS 191 (75% from 255) = 31.83%
R=41.17%
G=27%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716219100.340.230.03339.5384.1680.2
HexF7A2BF0221731545450
Octal367242277042273524124120
Binary1111011110100010101111110100010101111110101010010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A2BF; }

 p { color: rgb(247,162,191); }

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

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

 a { background-color: rgb(247,162,191); }

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

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

 span { border-color: rgb(247,162,191); }

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