Html Css Color HEX #FE9E6E Hit Pink

📋 copy color: '#FE9E6E'

red 254 ◦ green 158 ◦ blue 110

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

Shades of Hit Pink #FE9E6E

Tints of Hit Pink #FE9E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.07%

R = 48.66%
G = 30.27%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE9E6E (or 0xFE9E6E) is known color: Hit Pink. HEX triplet: FE, 9E and 6E. RGB value is (254,158,110). Sum of RGB (Red+Green+Blue) = 254+158+110=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E6E is #016191. Grayscale: #B5B5B5. Windows color (decimal): -90514 or 7249662. OLE color: 7249662.

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

Color convert

RGB 254 158 110 -
CMYK 0 0.38 0.57 0.00
HSL 20º 0.99% 0.71% -
HSV(B) 20º 0.57% 1% -
XYZ 55.91 46.65 20.81 -
YUV 181.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 254 158 110 0 0.38 0.57 0.00 20 0.99 0.71
Hex FE 9E 6E 0 26 39 0 14 63 47
Octal 376 236 156 0 46 71 0 24 143 107
Binary 11111110 10011110 1101110 0 100110 111001 0 10100 1100011 1000111

Color Harmonies of #FE9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E6E

Black with #FE9E6E

Text Example


Text Example

White with #FE9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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