#F49EC9

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

Shades of Carnation Pink #F49EC9

Tints of Carnation Pink #F49EC9

Color information

#F49EC9 (or 0xF49EC9) is unknown color: approx Carnation Pink. HEX triplet: F4, 9E and C9. RGB value is (244,158,201). Sum of RGB (Red+Green+Blue) = 244+158+201=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EC9 is #0B6136. Grayscale: #BCBCBC. Windows color (decimal): -745783 or 13213428. OLE color: 13213428.

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

Color convert

RGB244158201-
CMYK00.350.180.04
HSL330º79.63%78.82%-
HSV(B)330º35.25%95.69%-
XYZ60.0847.961.34-
YUV188.62134.99167.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.46%
GREEN value IS 158 (62.11% from 255) = 26.20%
BLUE value IS 201 (78.91% from 255) = 33.33%
R=40.46%
G=26.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415820100.350.180.0433079.6378.82
HexF49EC902312414a504f
Octal364236311043224512120117
Binary11110100100111101100100101000111001010010100101010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EC9; }

 p { color: rgb(244,158,201); }

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

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

 a { background-color: rgb(244,158,201); }

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

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

 span { border-color: rgb(244,158,201); }

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