Html Css Color HEX #FE0991 Deep Pink

📋 copy color: '#FE0991'

red 254 ◦ green 9 ◦ blue 145

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

Shades of Deep Pink #FE0991

Tints of Deep Pink #FE0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 62.25%
G = 2.21%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE0991 (or 0xFE0991) is known color: Deep Pink. HEX triplet: FE, 09 and 91. RGB value is (254,9,145). Sum of RGB (Red+Green+Blue) = 254+9+145=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0991 is #01F66E. Grayscale: #616161. Windows color (decimal): -128623 or 9505278. OLE color: 9505278.

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

Color convert

RGB 254 9 145 -
CMYK 0 0.96 0.43 0.00
HSL 326.69º 0.99% 0.52% -
HSV(B) 326.69º 0.96% 1% -
XYZ 46.08 23.31 28.86 -
YUV 97.76 154.67 239.44 -
System Red Green Blue C M Y K H S L
Decimal 254 9 145 0 0.96 0.43 0.00 326.69 0.99 0.52
Hex FE 9 91 0 60 2B 0 147 63 34
Octal 376 11 221 0 140 53 0 507 143 64
Binary 11111110 1001 10010001 0 1100000 101011 0 101000111 1100011 110100

Color Harmonies of #FE0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0991

Black with #FE0991

Text Example


Text Example

White with #FE0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0991; }

 p { color: rgb(254,9,145); }

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

background-color css

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

 a { background-color: rgb(254,9,145); }

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

border-color css

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

 span { border-color: rgb(254,9,145); }

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