#F9A2BF

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

Shades of Carnation Pink #F9A2BF

Tints of Carnation Pink #F9A2BF

Color information

#F9A2BF (or 0xF9A2BF) is unknown color: approx Carnation Pink. HEX triplet: F9, A2 and BF. RGB value is (249,162,191). Sum of RGB (Red+Green+Blue) = 249+162+191=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2BF is #065D40. Grayscale: #BFBFBF. Windows color (decimal): -417089 or 12559097. OLE color: 12559097.

HSL color Cylindrical-coordinate representation of color #F9A2BF: hue angle of 340º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2BF is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249162191-
CMYK00.350.230.02
HSL340º87.88%80.59%-
HSV(B)340º34.94%97.65%-
XYZ61.3949.7455.66-
YUV191.32127.82169.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 191 (75% from 255) = 31.73%
R=41.36%
G=26.91%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916219100.350.230.0234087.8880.59
HexF9A2BF0231721545851
Octal371242277043272524130121
Binary1111100110100010101111110100011101111010101010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A2BF; }

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

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

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

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

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

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

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

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