#F999CA

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

Shades of Carnation Pink #F999CA

Tints of Carnation Pink #F999CA

Color information

#F999CA (or 0xF999CA) is unknown color: approx Carnation Pink. HEX triplet: F9, 99 and CA. RGB value is (249,153,202). Sum of RGB (Red+Green+Blue) = 249+153+202=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F999CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999CA is #066635. Grayscale: #BBBBBB. Windows color (decimal): -419382 or 13277689. OLE color: 13277689.

HSL color Cylindrical-coordinate representation of color #F999CA: hue angle of 329.38º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999CA is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249153202-
CMYK00.390.190.02
HSL329.38º88.89%78.82%-
HSV(B)329.38º38.55%97.65%-
XYZ61.1247.1961.76-
YUV187.29136.3172.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=41.23%
G=25.33%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915320200.390.190.02329.3888.8978.82
HexF999CA027132149594f
Octal371231312047232511131117
Binary1111100110011001110010100100111100111010100100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999CA; }

 p { color: rgb(249,153,202); }

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

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

 a { background-color: rgb(249,153,202); }

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

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

 span { border-color: rgb(249,153,202); }

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