Html Css Color HEX #FF9FBF Carnation Pink

📋 copy color: '#FF9FBF'

red 255 ◦ green 159 ◦ blue 191

#FF9FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #FF9FBF

Tints of Carnation Pink #FF9FBF

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 value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF9FBF (or 0xFF9FBF) is known color: 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

RGB 255 159 191 -
CMYK 0 0.38 0.25 0
HSL 340º 1% 0.81% -
HSV(B) 340º 0.38% 1% -
XYZ 63.04 49.82 55.58 -
YUV 191.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 255 159 191 0 0.38 0.25 0 340 1 0.81
Hex FF 9F BF 0 26 19 0 154 64 51
Octal 377 237 277 0 46 31 0 524 144 121
Binary 11111111 10011111 10111111 0 100110 11001 0 101010100 1100100 1010001

Color Harmonies of #FF9FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FBF

Black with #FF9FBF

Text Example


Text Example

White with #FF9FBF

Text Example


Text Example

HTML Codes & Css Web 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>