#F997CA

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

Shades of Carnation Pink #F997CA

Tints of Carnation Pink #F997CA

Color information

#F997CA (or 0xF997CA) is unknown color: approx Carnation Pink. HEX triplet: F9, 97 and CA. RGB value is (249,151,202). Sum of RGB (Red+Green+Blue) = 249+151+202=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F997CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997CA is #066835. Grayscale: #BABABA. Windows color (decimal): -419894 or 13277177. OLE color: 13277177.

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

Color convert

RGB249151202-
CMYK00.390.190.02
HSL328.78º89.09%78.43%-
HSV(B)328.78º39.36%97.65%-
XYZ60.7946.5461.66-
YUV186.12136.97172.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=41.36%
G=25.08%
B=33.55%

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
Decimal24915120200.390.190.02328.7889.0978.43
HexF997CA027132149594e
Octal371227312047232511131116
Binary1111100110010111110010100100111100111010100100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997CA; }

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

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

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

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

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

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

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

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