Html Css Color HEX #FE9E70 Hit Pink

📋 copy color: '#FE9E70'

red 254 ◦ green 158 ◦ blue 112

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

Shades of Hit Pink #FE9E70

Tints of Hit Pink #FE9E70

RGB

 RED value IS 254 (99.61% from 255) = 48.47%

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

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

R = 48.47%
G = 30.15%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE9E70 (or 0xFE9E70) is known color: Hit Pink. HEX triplet: FE, 9E and 70. RGB value is (254,158,112). Sum of RGB (Red+Green+Blue) = 254+158+112=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E70 is #01618F. Grayscale: #B5B5B5. Windows color (decimal): -90512 or 7380734. OLE color: 7380734.

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

Color convert

RGB 254 158 112 -
CMYK 0 0.38 0.56 0.00
HSL 19.44º 0.99% 0.72% -
HSV(B) 19.44º 0.56% 1% -
XYZ 56.02 46.69 21.39 -
YUV 181.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 254 158 112 0 0.38 0.56 0.00 19.44 0.99 0.72
Hex FE 9E 70 0 26 38 0 13 63 48
Octal 376 236 160 0 46 70 0 23 143 110
Binary 11111110 10011110 1110000 0 100110 111000 0 10011 1100011 1001000

Color Harmonies of #FE9E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E70

Black with #FE9E70

Text Example


Text Example

White with #FE9E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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