Html Css Color HEX #FE199F Deep Pink

📋 copy color: '#FE199F'

red 254 ◦ green 25 ◦ blue 159

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

Shades of Deep Pink #FE199F

Tints of Deep Pink #FE199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 57.99%
G = 5.71%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE199F (or 0xFE199F) is known color: Deep Pink. HEX triplet: FE, 19 and 9F. RGB value is (254,25,159). Sum of RGB (Red+Green+Blue) = 254+25+159=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE199F is #01E660. Grayscale: #6C6C6C. Windows color (decimal): -124513 or 10426878. OLE color: 10426878.

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

Color convert

RGB 254 25 159 -
CMYK 0 0.90 0.37 0.00
HSL 324.89º 0.99% 0.55% -
HSV(B) 324.89º 0.9% 1% -
XYZ 47.48 24.27 34.98 -
YUV 108.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 254 25 159 0 0.90 0.37 0.00 324.89 0.99 0.55
Hex FE 19 9F 0 5A 25 0 145 63 37
Octal 376 31 237 0 132 45 0 505 143 67
Binary 11111110 11001 10011111 0 1011010 100101 0 101000101 1100011 110111

Color Harmonies of #FE199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE199F

Black with #FE199F

Text Example


Text Example

White with #FE199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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