#F99DCF

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

Shades of Carnation Pink #F99DCF

Tints of Carnation Pink #F99DCF

Color information

#F99DCF (or 0xF99DCF) is unknown color: approx Carnation Pink. HEX triplet: F9, 9D and CF. RGB value is (249,157,207). Sum of RGB (Red+Green+Blue) = 249+157+207=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DCF is #066230. Grayscale: #BEBEBE. Windows color (decimal): -418353 or 13606393. OLE color: 13606393.

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

Color convert

RGB249157207-
CMYK00.370.170.02
HSL327.39º88.46%79.61%-
HSV(B)327.39º36.95%97.65%-
XYZ62.3948.7665.15-
YUV190.21137.48169.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=40.62%
G=25.61%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915720700.370.170.02327.3988.4679.61
HexF99DCF0251121475850
Octal371235317045212507130120
Binary1111100110011101110011110100101100011010100011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99DCF; }

 p { color: rgb(249,157,207); }

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

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

 a { background-color: rgb(249,157,207); }

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

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

 span { border-color: rgb(249,157,207); }

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