Html Css Color HEX #FE199A Deep Pink

📋 copy color: '#FE199A'

red 254 ◦ green 25 ◦ blue 154

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

Shades of Deep Pink #FE199A

Tints of Deep Pink #FE199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 58.66%
G = 5.77%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE199A (or 0xFE199A) is known color: Deep Pink. HEX triplet: FE, 19 and 9A. RGB value is (254,25,154). Sum of RGB (Red+Green+Blue) = 254+25+154=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE199A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE199A is #01E665. Grayscale: #6B6B6B. Windows color (decimal): -124518 or 10099198. OLE color: 10099198.

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

Color convert

RGB 254 25 154 -
CMYK 0 0.90 0.39 0.00
HSL 326.2º 0.99% 0.55% -
HSV(B) 326.2º 0.9% 1% -
XYZ 47.05 24.1 32.74 -
YUV 108.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 254 25 154 0 0.90 0.39 0.00 326.2 0.99 0.55
Hex FE 19 9A 0 5A 27 0 146 63 37
Octal 376 31 232 0 132 47 0 506 143 67
Binary 11111110 11001 10011010 0 1011010 100111 0 101000110 1100011 110111

Color Harmonies of #FE199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE199A

Black with #FE199A

Text Example


Text Example

White with #FE199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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