#F99ECF

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

Shades of Carnation Pink #F99ECF

Tints of Carnation Pink #F99ECF

Color information

#F99ECF (or 0xF99ECF) is unknown color: approx Carnation Pink. HEX triplet: F9, 9E and CF. RGB value is (249,158,207). Sum of RGB (Red+Green+Blue) = 249+158+207=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ECF is #066130. Grayscale: #BEBEBE. Windows color (decimal): -418097 or 13606649. OLE color: 13606649.

HSL color Cylindrical-coordinate representation of color #F99ECF: hue angle of 327.69º 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 #F99ECF is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249158207-
CMYK00.370.170.02
HSL327.69º88.35%79.8%-
HSV(B)327.69º36.55%97.65%-
XYZ62.5649.165.21-
YUV190.8137.15169.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=40.55%
G=25.73%
B=33.71%

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
Decimal24915820700.370.170.02327.6988.3579.8
HexF99ECF0251121485850
Octal371236317045212510130120
Binary1111100110011110110011110100101100011010100100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99ECF; }

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

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

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

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

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

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

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

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