#FF9D71

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

Shades of Hit Pink #FF9D71

Tints of Hit Pink #FF9D71

Color information

#FF9D71 (or 0xFF9D71) is unknown color: approx Hit Pink. HEX triplet: FF, 9D and 71. RGB value is (255,157,113). Sum of RGB (Red+Green+Blue) = 255+157+113=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D71 is #00628E. Grayscale: #B5B5B5. Windows color (decimal): -25231 or 7446015. OLE color: 7446015.

HSL color Cylindrical-coordinate representation of color #FF9D71: hue angle of 18.59º 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 #FF9D71 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255157113-
CMYK00.380.560
HSL18.59º100%72.16%-
HSV(B)18.59º55.69%100%-
XYZ56.2846.5721.64-
YUV181.2989.47180.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=48.57%
G=29.90%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515711300.380.56018.5910072.16
HexFF9D71026380136448
Octal37723516104670023144110
Binary11111111100111011110001010011011100001001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9D71; }

 p { color: rgb(255,157,113); }

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

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

 a { background-color: rgb(255,157,113); }

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

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

 span { border-color: rgb(255,157,113); }

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