Html Css Color HEX #FE197F Deep Pink

📋 copy color: '#FE197F'

red 254 ◦ green 25 ◦ blue 127

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

Shades of Deep Pink #FE197F

Tints of Deep Pink #FE197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 62.56%
G = 6.16%
B = 31.28%

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

#FE197F (or 0xFE197F) is known color: Deep Pink. HEX triplet: FE, 19 and 7F. RGB value is (254,25,127). Sum of RGB (Red+Green+Blue) = 254+25+127=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE197F is #01E680. Grayscale: #686868. Windows color (decimal): -124545 or 8329726. OLE color: 8329726.

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

Color convert

RGB 254 25 127 -
CMYK 0 0.90 0.50 0.00
HSL 333.28º 0.99% 0.55% -
HSV(B) 333.28º 0.9% 1% -
XYZ 45.05 23.3 22.2 -
YUV 105.1 140.37 234.21 -
System Red Green Blue C M Y K H S L
Decimal 254 25 127 0 0.90 0.50 0.00 333.28 0.99 0.55
Hex FE 19 7F 0 5A 32 0 14D 63 37
Octal 376 31 177 0 132 62 0 515 143 67
Binary 11111110 11001 1111111 0 1011010 110010 0 101001101 1100011 110111

Color Harmonies of #FE197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE197F

Black with #FE197F

Text Example


Text Example

White with #FE197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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