Html Css Color HEX #FE1C79 Deep Pink

📋 copy color: '#FE1C79'

red 254 ◦ green 28 ◦ blue 121

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

Shades of Deep Pink #FE1C79

Tints of Deep Pink #FE1C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 63.03%
G = 6.95%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE1C79 (or 0xFE1C79) is known color: Deep Pink. HEX triplet: FE, 1C and 79. RGB value is (254,28,121). Sum of RGB (Red+Green+Blue) = 254+28+121=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1C79 is #01E386. Grayscale: #6A6A6A. Windows color (decimal): -123783 or 7937278. OLE color: 7937278.

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

Color convert

RGB 254 28 121 -
CMYK 0 0.89 0.52 0.00
HSL 335.31º 0.99% 0.55% -
HSV(B) 335.31º 0.89% 1% -
XYZ 44.74 23.28 20.22 -
YUV 106.18 136.37 233.44 -
System Red Green Blue C M Y K H S L
Decimal 254 28 121 0 0.89 0.52 0.00 335.31 0.99 0.55
Hex FE 1C 79 0 59 34 0 14F 63 37
Octal 376 34 171 0 131 64 0 517 143 67
Binary 11111110 11100 1111001 0 1011001 110100 0 101001111 1100011 110111

Color Harmonies of #FE1C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C79

Black with #FE1C79

Text Example


Text Example

White with #FE1C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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