#F99CCA

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

Shades of Carnation Pink #F99CCA

Tints of Carnation Pink #F99CCA

Color information

#F99CCA (or 0xF99CCA) is unknown color: approx Carnation Pink. HEX triplet: F9, 9C and CA. RGB value is (249,156,202). Sum of RGB (Red+Green+Blue) = 249+156+202=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CCA is #066335. Grayscale: #BCBCBC. Windows color (decimal): -418614 or 13278457. OLE color: 13278457.

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

Color convert

RGB249156202-
CMYK00.370.190.02
HSL330.32º88.57%79.41%-
HSV(B)330.32º37.35%97.65%-
XYZ61.6248.1861.93-
YUV189.05135.31170.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=41.02%
G=25.70%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915620200.370.190.02330.3288.5779.41
HexF99CCA02513214a594f
Octal371234312045232512131117
Binary1111100110011100110010100100101100111010100101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99CCA; }

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

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

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

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

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

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

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

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