Html Css Color HEX #FE189F Deep Pink

📋 copy color: '#FE189F'

red 254 ◦ green 24 ◦ blue 159

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

Shades of Deep Pink #FE189F

Tints of Deep Pink #FE189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.49%

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

R = 58.12%
G = 5.49%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE189F (or 0xFE189F) is known color: Deep Pink. HEX triplet: FE, 18 and 9F. RGB value is (254,24,159). Sum of RGB (Red+Green+Blue) = 254+24+159=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE189F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE189F is #01E760. Grayscale: #6B6B6B. Windows color (decimal): -124769 or 10426622. OLE color: 10426622.

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

Color convert

RGB 254 24 159 -
CMYK 0 0.91 0.37 0.00
HSL 324.78º 0.99% 0.55% -
HSV(B) 324.78º 0.91% 1% -
XYZ 47.46 24.23 34.98 -
YUV 108.16 156.7 232.02 -
System Red Green Blue C M Y K H S L
Decimal 254 24 159 0 0.91 0.37 0.00 324.78 0.99 0.55
Hex FE 18 9F 0 5B 25 0 145 63 37
Octal 376 30 237 0 133 45 0 505 143 67
Binary 11111110 11000 10011111 0 1011011 100101 0 101000101 1100011 110111

Color Harmonies of #FE189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE189F

Black with #FE189F

Text Example


Text Example

White with #FE189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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