#FF9FBF

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

Shades of Carnation Pink #FF9FBF

Tints of Carnation Pink #FF9FBF

Color information

#FF9FBF (or 0xFF9FBF) is unknown color: approx Carnation Pink. HEX triplet: FF, 9F and BF. RGB value is (255,159,191). Sum of RGB (Red+Green+Blue) = 255+159+191=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FBF is #006040. Grayscale: #BFBFBF. Windows color (decimal): -24641 or 12558335. OLE color: 12558335.

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

Color convert

RGB255159191-
CMYK00.380.250
HSL340º100%81.18%-
HSV(B)340º37.65%100%-
XYZ63.0449.8255.58-
YUV191.35127.8173.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 191 (75% from 255) = 31.57%
R=42.15%
G=26.28%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515919100.380.25034010081.18
HexFF9FBF0261901546451
Octal377237277046310524144121
Binary111111111001111110111111010011011001010101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FBF; }

 p { color: rgb(255,159,191); }

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

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

 a { background-color: rgb(255,159,191); }

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

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

 span { border-color: rgb(255,159,191); }

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