Html Css Color HEX #FE1C99 Deep Pink

📋 copy color: '#FE1C99'

red 254 ◦ green 28 ◦ blue 153

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

Shades of Deep Pink #FE1C99

Tints of Deep Pink #FE1C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.44%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 58.39%
G = 6.44%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE1C99 (or 0xFE1C99) is known color: Deep Pink. HEX triplet: FE, 1C and 99. RGB value is (254,28,153). Sum of RGB (Red+Green+Blue) = 254+28+153=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1C99 is #01E366. Grayscale: #6D6D6D. Windows color (decimal): -123751 or 10034430. OLE color: 10034430.

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

Color convert

RGB 254 28 153 -
CMYK 0 0.89 0.40 0.00
HSL 326.81º 0.99% 0.55% -
HSV(B) 326.81º 0.89% 1% -
XYZ 47.04 24.2 32.33 -
YUV 109.82 152.37 230.84 -
System Red Green Blue C M Y K H S L
Decimal 254 28 153 0 0.89 0.40 0.00 326.81 0.99 0.55
Hex FE 1C 99 0 59 28 0 147 63 37
Octal 376 34 231 0 131 50 0 507 143 67
Binary 11111110 11100 10011001 0 1011001 101000 0 101000111 1100011 110111

Color Harmonies of #FE1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C99

Black with #FE1C99

Text Example


Text Example

White with #FE1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C99; }

 p { color: rgb(254,28,153); }

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

background-color css

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

 a { background-color: rgb(254,28,153); }

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

border-color css

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

 span { border-color: rgb(254,28,153); }

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