Html Css Color HEX #FE9F71 Hit Pink

📋 copy color: '#FE9F71'

red 254 ◦ green 159 ◦ blue 113

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

Shades of Hit Pink #FE9F71

Tints of Hit Pink #FE9F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.48%

R = 48.29%
G = 30.23%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE9F71 (or 0xFE9F71) is known color: Hit Pink. HEX triplet: FE, 9F and 71. RGB value is (254,159,113). Sum of RGB (Red+Green+Blue) = 254+159+113=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F71 is #01608E. Grayscale: #B6B6B6. Windows color (decimal): -90255 or 7446526. OLE color: 7446526.

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

Color convert

RGB 254 159 113 -
CMYK 0 0.37 0.56 0.00
HSL 19.57º 0.99% 0.72% -
HSV(B) 19.57º 0.56% 1% -
XYZ 56.25 47.06 21.74 -
YUV 182.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 254 159 113 0 0.37 0.56 0.00 19.57 0.99 0.72
Hex FE 9F 71 0 25 38 0 14 63 48
Octal 376 237 161 0 45 70 0 24 143 110
Binary 11111110 10011111 1110001 0 100101 111000 0 10100 1100011 1001000

Color Harmonies of #FE9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F71

Black with #FE9F71

Text Example


Text Example

White with #FE9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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