#FE9E6F

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

Shades of Hit Pink #FE9E6F

Tints of Hit Pink #FE9E6F

Color information

#FE9E6F (or 0xFE9E6F) is unknown color: approx Hit Pink. HEX triplet: FE, 9E and 6F. RGB value is (254,158,111). Sum of RGB (Red+Green+Blue) = 254+158+111=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E6F is #016190. Grayscale: #B5B5B5. Windows color (decimal): -90513 or 7315198. OLE color: 7315198.

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

Color convert

RGB254158111-
CMYK00.380.560.00
HSL19.72º98.62%71.57%-
HSV(B)19.72º56.3%99.61%-
XYZ55.9746.6721.1-
YUV181.3588.3179.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.57%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 111 (43.75% from 255) = 21.22%
R=48.57%
G=30.21%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415811100.380.560.0019.7298.6271.57
HexFE9E6F026380146348
Octal37623615704670024143110
Binary11111110100111101101111010011011100001010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9E6F; }

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

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

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

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

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

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

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

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