Html Css Color HEX #FF9F6F Hit Pink

📋 copy color: '#FF9F6F'

red 255 ◦ green 159 ◦ blue 111

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

Shades of Hit Pink #FF9F6F

Tints of Hit Pink #FF9F6F

RGB

 RED value IS 255 (100% from 255) = 48.57%

 GREEN value IS 159 (62.5% from 255) = 30.29%

 BLUE value IS 111 (43.75% from 255) = 21.14%

R = 48.57%
G = 30.29%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF9F6F (or 0xFF9F6F) is known color: Hit Pink. HEX triplet: FF, 9F and 6F. RGB value is (255,159,111). Sum of RGB (Red+Green+Blue) = 255+159+111=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F6F is #006090. Grayscale: #B6B6B6. Windows color (decimal): -24721 or 7315455. OLE color: 7315455.

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

Color convert

RGB 255 159 111 -
CMYK 0 0.38 0.56 0
HSL 20º 1% 0.72% -
HSV(B) 20º 0.56% 1% -
XYZ 56.51 47.2 21.17 -
YUV 182.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 255 159 111 0 0.38 0.56 0 20 1 0.72
Hex FF 9F 6F 0 26 38 0 14 64 48
Octal 377 237 157 0 46 70 0 24 144 110
Binary 11111111 10011111 1101111 0 100110 111000 0 10100 1100100 1001000

Color Harmonies of #FF9F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F6F

Black with #FF9F6F

Text Example


Text Example

White with #FF9F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F6F; }

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

 H1.HeaderClassName
 {
   color: #FF9F6F;
 }
 .AnyTagClassName
 {
   color: #FF9F6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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