Html Css Color HEX #FE129C Deep Pink

📋 copy color: '#FE129C'

red 254 ◦ green 18 ◦ blue 156

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

Shades of Deep Pink #FE129C

Tints of Deep Pink #FE129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 59.35%
G = 4.21%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE129C (or 0xFE129C) is known color: Deep Pink. HEX triplet: FE, 12 and 9C. RGB value is (254,18,156). Sum of RGB (Red+Green+Blue) = 254+18+156=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE129C is #01ED63. Grayscale: #676767. Windows color (decimal): -126308 or 10228478. OLE color: 10228478.

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

Color convert

RGB 254 18 156 -
CMYK 0 0.93 0.39 0.00
HSL 324.92º 0.99% 0.53% -
HSV(B) 324.92º 0.93% 1% -
XYZ 47.09 23.9 33.58 -
YUV 104.3 157.19 234.78 -
System Red Green Blue C M Y K H S L
Decimal 254 18 156 0 0.93 0.39 0.00 324.92 0.99 0.53
Hex FE 12 9C 0 5D 27 0 145 63 35
Octal 376 22 234 0 135 47 0 505 143 65
Binary 11111110 10010 10011100 0 1011101 100111 0 101000101 1100011 110101

Color Harmonies of #FE129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE129C

Black with #FE129C

Text Example


Text Example

White with #FE129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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