Html Css Color HEX #FB9E70 Hit Pink

📋 copy color: '#FB9E70'

red 251 ◦ green 158 ◦ blue 112

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

Shades of Hit Pink #FB9E70

Tints of Hit Pink #FB9E70

RGB

 RED value IS 251 (98.44% from 255) = 48.18%

 GREEN value IS 158 (62.11% from 255) = 30.33%

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

R = 48.18%
G = 30.33%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB9E70 (or 0xFB9E70) is known color: Hit Pink. HEX triplet: FB, 9E and 70. RGB value is (251,158,112). Sum of RGB (Red+Green+Blue) = 251+158+112=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9E70 is #04618F. Grayscale: #B4B4B4. Windows color (decimal): -287120 or 7380731. OLE color: 7380731.

HSL color Cylindrical-coordinate representation of color #FB9E70: hue angle of 19.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB9E70 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 158 112 -
CMYK 0 0.37 0.55 0.02
HSL 19.86º 0.95% 0.71% -
HSV(B) 19.86º 0.55% 0.98% -
XYZ 54.94 46.13 21.34 -
YUV 180.56 89.31 178.24 -
System Red Green Blue C M Y K H S L
Decimal 251 158 112 0 0.37 0.55 0.02 19.86 0.95 0.71
Hex FB 9E 70 0 25 37 2 14 5F 47
Octal 373 236 160 0 45 67 2 24 137 107
Binary 11111011 10011110 1110000 0 100101 110111 10 10100 1011111 1000111

Color Harmonies of #FB9E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9E70

Black with #FB9E70

Text Example


Text Example

White with #FB9E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9E70; }

 p { color: rgb(251,158,112); }

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

background-color css

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

 a { background-color: rgb(251,158,112); }

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

border-color css

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

 span { border-color: rgb(251,158,112); }

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