Html Css Color HEX #FF9F6C Hit Pink

📋 copy color: '#FF9F6C'

red 255 ◦ green 159 ◦ blue 108

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

Shades of Hit Pink #FF9F6C

Tints of Hit Pink #FF9F6C

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

 M value IS 0.38

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 159 108 -
CMYK 0 0.38 0.58 0
HSL 20.82º 1% 0.71% -
HSV(B) 20.82º 0.58% 1% -
XYZ 56.34 47.14 20.32 -
YUV 181.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 255 159 108 0 0.38 0.58 0 20.82 1 0.71
Hex FF 9F 6C 0 26 3A 0 15 64 47
Octal 377 237 154 0 46 72 0 25 144 107
Binary 11111111 10011111 1101100 0 100110 111010 0 10101 1100100 1000111

Color Harmonies of #FF9F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F6C

Black with #FF9F6C

Text Example


Text Example

White with #FF9F6C

Text Example


Text Example

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