Html Css Color HEX #FE1799 Deep Pink

📋 copy color: '#FE1799'

red 254 ◦ green 23 ◦ blue 153

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

Shades of Deep Pink #FE1799

Tints of Deep Pink #FE1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.35%

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

R = 59.07%
G = 5.35%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE1799 (or 0xFE1799) is known color: Deep Pink. HEX triplet: FE, 17 and 99. RGB value is (254,23,153). Sum of RGB (Red+Green+Blue) = 254+23+153=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1799 is #01E866. Grayscale: #6A6A6A. Windows color (decimal): -125031 or 10033150. OLE color: 10033150.

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

Color convert

RGB 254 23 153 -
CMYK 0 0.91 0.40 0.00
HSL 326.23º 0.99% 0.54% -
HSV(B) 326.23º 0.91% 1% -
XYZ 46.93 23.98 32.29 -
YUV 106.89 154.03 232.93 -
System Red Green Blue C M Y K H S L
Decimal 254 23 153 0 0.91 0.40 0.00 326.23 0.99 0.54
Hex FE 17 99 0 5B 28 0 146 63 36
Octal 376 27 231 0 133 50 0 506 143 66
Binary 11111110 10111 10011001 0 1011011 101000 0 101000110 1100011 110110

Color Harmonies of #FE1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1799

Black with #FE1799

Text Example


Text Example

White with #FE1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1799; }

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

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

background-color css

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

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

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

border-color css

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

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

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