#FF99CF

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

Shades of Carnation Pink #FF99CF

Tints of Carnation Pink #FF99CF

Color information

#FF99CF (or 0xFF99CF) is unknown color: approx Carnation Pink. HEX triplet: FF, 99 and CF. RGB value is (255,153,207). Sum of RGB (Red+Green+Blue) = 255+153+207=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99CF is #006630. Grayscale: #BDBDBD. Windows color (decimal): -26161 or 13605375. OLE color: 13605375.

HSL color Cylindrical-coordinate representation of color #FF99CF: hue angle of 328.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99CF is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255153207-
CMYK00.40.190
HSL328.24º100%80%-
HSV(B)328.24º40%100%-
XYZ63.8948.5565.03-
YUV189.65137.79174.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 153 (60.16% from 255) = 24.88%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=41.46%
G=24.88%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515320700.40.190328.2410080
HexFF99CF0281301486450
Octal377231317050230510144120
Binary111111111001100111001111010100010011010100100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99CF; }

 p { color: rgb(255,153,207); }

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

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

 a { background-color: rgb(255,153,207); }

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

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

 span { border-color: rgb(255,153,207); }

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