Html Css Color HEX #FE197E Deep Pink

📋 copy color: '#FE197E'

red 254 ◦ green 25 ◦ blue 126

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

Shades of Deep Pink #FE197E

Tints of Deep Pink #FE197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 62.72%
G = 6.17%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE197E (or 0xFE197E) is known color: Deep Pink. HEX triplet: FE, 19 and 7E. RGB value is (254,25,126). Sum of RGB (Red+Green+Blue) = 254+25+126=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE197E is #01E681. Grayscale: #686868. Windows color (decimal): -124546 or 8264190. OLE color: 8264190.

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

Color convert

RGB 254 25 126 -
CMYK 0 0.90 0.50 0.00
HSL 333.54º 0.99% 0.55% -
HSV(B) 333.54º 0.9% 1% -
XYZ 44.99 23.27 21.86 -
YUV 104.99 139.87 234.29 -
System Red Green Blue C M Y K H S L
Decimal 254 25 126 0 0.90 0.50 0.00 333.54 0.99 0.55
Hex FE 19 7E 0 5A 32 0 14E 63 37
Octal 376 31 176 0 132 62 0 516 143 67
Binary 11111110 11001 1111110 0 1011010 110010 0 101001110 1100011 110111

Color Harmonies of #FE197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE197E

Black with #FE197E

Text Example


Text Example

White with #FE197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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