Html Css Color HEX #FE12A0 Deep Pink

📋 copy color: '#FE12A0'

red 254 ◦ green 18 ◦ blue 160

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

Shades of Deep Pink #FE12A0

Tints of Deep Pink #FE12A0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.17%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 58.8%
G = 4.17%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE12A0 (or 0xFE12A0) is known color: Deep Pink. HEX triplet: FE, 12 and A0. RGB value is (254,18,160). Sum of RGB (Red+Green+Blue) = 254+18+160=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12A0 is #01ED5F. Grayscale: #686868. Windows color (decimal): -126304 or 10490622. OLE color: 10490622.

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

Color convert

RGB 254 18 160 -
CMYK 0 0.93 0.37 0.00
HSL 323.9º 0.99% 0.53% -
HSV(B) 323.9º 0.93% 1% -
XYZ 47.43 24.04 35.4 -
YUV 104.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 254 18 160 0 0.93 0.37 0.00 323.9 0.99 0.53
Hex FE 12 A0 0 5D 25 0 144 63 35
Octal 376 22 240 0 135 45 0 504 143 65
Binary 11111110 10010 10100000 0 1011101 100101 0 101000100 1100011 110101

Color Harmonies of #FE12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12A0

Black with #FE12A0

Text Example


Text Example

White with #FE12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12A0; }

 p { color: rgb(254,18,160); }

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

background-color css

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

 a { background-color: rgb(254,18,160); }

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

border-color css

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

 span { border-color: rgb(254,18,160); }

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