Html Css Color HEX #FE9F6C Hit Pink

📋 copy color: '#FE9F6C'

red 254 ◦ green 159 ◦ blue 108

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

Shades of Hit Pink #FE9F6C

Tints of Hit Pink #FE9F6C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.52%

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 48.75%
G = 30.52%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE9F6C (or 0xFE9F6C) is known color: Hit Pink. HEX triplet: FE, 9F and 6C. RGB value is (254,159,108). Sum of RGB (Red+Green+Blue) = 254+159+108=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F6C is #016093. Grayscale: #B5B5B5. Windows color (decimal): -90260 or 7118846. OLE color: 7118846.

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

Color convert

RGB 254 159 108 -
CMYK 0 0.37 0.57 0.00
HSL 20.96º 0.99% 0.71% -
HSV(B) 20.96º 0.57% 1% -
XYZ 55.98 46.95 20.3 -
YUV 181.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 254 159 108 0 0.37 0.57 0.00 20.96 0.99 0.71
Hex FE 9F 6C 0 25 39 0 15 63 47
Octal 376 237 154 0 45 71 0 25 143 107
Binary 11111110 10011111 1101100 0 100101 111001 0 10101 1100011 1000111

Color Harmonies of #FE9F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F6C

Black with #FE9F6C

Text Example


Text Example

White with #FE9F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F6C; }

 p { color: rgb(254,159,108); }

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

background-color css

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

 a { background-color: rgb(254,159,108); }

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

border-color css

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

 span { border-color: rgb(254,159,108); }

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