Html Css Color HEX #FE189A Deep Pink

📋 copy color: '#FE189A'

red 254 ◦ green 24 ◦ blue 154

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

Shades of Deep Pink #FE189A

Tints of Deep Pink #FE189A

RGB

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

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

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

R = 58.8%
G = 5.56%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE189A (or 0xFE189A) is known color: Deep Pink. HEX triplet: FE, 18 and 9A. RGB value is (254,24,154). Sum of RGB (Red+Green+Blue) = 254+24+154=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE189A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE189A is #01E765. Grayscale: #6B6B6B. Windows color (decimal): -124774 or 10098942. OLE color: 10098942.

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

Color convert

RGB 254 24 154 -
CMYK 0 0.91 0.39 0.00
HSL 326.09º 0.99% 0.55% -
HSV(B) 326.09º 0.91% 1% -
XYZ 47.03 24.06 32.74 -
YUV 107.59 154.2 232.43 -
System Red Green Blue C M Y K H S L
Decimal 254 24 154 0 0.91 0.39 0.00 326.09 0.99 0.55
Hex FE 18 9A 0 5B 27 0 146 63 37
Octal 376 30 232 0 133 47 0 506 143 67
Binary 11111110 11000 10011010 0 1011011 100111 0 101000110 1100011 110111

Color Harmonies of #FE189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE189A

Black with #FE189A

Text Example


Text Example

White with #FE189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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