Html Css Color HEX #FF9D70 Hit Pink

📋 copy color: '#FF9D70'

red 255 ◦ green 157 ◦ blue 112

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

Shades of Hit Pink #FF9D70

Tints of Hit Pink #FF9D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.96%

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 48.66%
G = 29.96%
B = 21.37%

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

#FF9D70 (or 0xFF9D70) is known color: Hit Pink. HEX triplet: FF, 9D and 70. RGB value is (255,157,112). Sum of RGB (Red+Green+Blue) = 255+157+112=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D70 is #00628F. Grayscale: #B5B5B5. Windows color (decimal): -25232 or 7380479. OLE color: 7380479.

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

Color convert

RGB 255 157 112 -
CMYK 0 0.38 0.56 0
HSL 18.88º 1% 0.72% -
HSV(B) 18.88º 0.56% 1% -
XYZ 56.22 46.54 21.35 -
YUV 181.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 255 157 112 0 0.38 0.56 0 18.88 1 0.72
Hex FF 9D 70 0 26 38 0 13 64 48
Octal 377 235 160 0 46 70 0 23 144 110
Binary 11111111 10011101 1110000 0 100110 111000 0 10011 1100100 1001000

Color Harmonies of #FF9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D70

Black with #FF9D70

Text Example


Text Example

White with #FF9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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