Html Css Color HEX #FE199D Deep Pink

📋 copy color: '#FE199D'

red 254 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #FE199D

Tints of Deep Pink #FE199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.73%

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 58.26%
G = 5.73%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE199D (or 0xFE199D) is known color: Deep Pink. HEX triplet: FE, 19 and 9D. RGB value is (254,25,157). Sum of RGB (Red+Green+Blue) = 254+25+157=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE199D is #01E662. Grayscale: #6C6C6C. Windows color (decimal): -124515 or 10295806. OLE color: 10295806.

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

Color convert

RGB 254 25 157 -
CMYK 0 0.90 0.38 0.00
HSL 325.41º 0.99% 0.55% -
HSV(B) 325.41º 0.9% 1% -
XYZ 47.31 24.2 34.08 -
YUV 108.52 155.37 231.77 -
System Red Green Blue C M Y K H S L
Decimal 254 25 157 0 0.90 0.38 0.00 325.41 0.99 0.55
Hex FE 19 9D 0 5A 26 0 145 63 37
Octal 376 31 235 0 132 46 0 505 143 67
Binary 11111110 11001 10011101 0 1011010 100110 0 101000101 1100011 110111

Color Harmonies of #FE199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE199D

Black with #FE199D

Text Example


Text Example

White with #FE199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE199D; }

 p { color: rgb(254,25,157); }

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

background-color css

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

 a { background-color: rgb(254,25,157); }

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

border-color css

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

 span { border-color: rgb(254,25,157); }

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