#FF9F6C

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

Shades of Hit Pink #FF9F6C

Tints of Hit Pink #FF9F6C

Color information

#FF9F6C (or 0xFF9F6C) is unknown color: approx Hit Pink. HEX triplet: FF, 9F and 6C. RGB value is (255,159,108). Sum of RGB (Red+Green+Blue) = 255+159+108=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F6C is #006093. Grayscale: #B6B6B6. Windows color (decimal): -24724 or 7118847. OLE color: 7118847.

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

Color convert

RGB255159108-
CMYK00.380.580
HSL20.82º100%71.18%-
HSV(B)20.82º57.65%100%-
XYZ56.3447.1420.32-
YUV181.8986.3180.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 108 (42.58% from 255) = 20.69%
R=48.85%
G=30.46%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515910800.380.58020.8210071.18
HexFF9F6C0263A0156447
Octal37723715404672025144107
Binary11111111100111111101100010011011101001010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9F6C; }

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

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

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

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

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

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

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

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