Html Css Color HEX #FE129B Deep Pink

📋 copy color: '#FE129B'

red 254 ◦ green 18 ◦ blue 155

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

Shades of Deep Pink #FE129B

Tints of Deep Pink #FE129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 59.48%
G = 4.22%
B = 36.3%

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

#FE129B (or 0xFE129B) is known color: Deep Pink. HEX triplet: FE, 12 and 9B. RGB value is (254,18,155). Sum of RGB (Red+Green+Blue) = 254+18+155=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE129B is #01ED64. Grayscale: #676767. Windows color (decimal): -126309 or 10162942. OLE color: 10162942.

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

Color convert

RGB 254 18 155 -
CMYK 0 0.93 0.39 0.00
HSL 325.17º 0.99% 0.53% -
HSV(B) 325.17º 0.93% 1% -
XYZ 47.01 23.87 33.14 -
YUV 104.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 254 18 155 0 0.93 0.39 0.00 325.17 0.99 0.53
Hex FE 12 9B 0 5D 27 0 145 63 35
Octal 376 22 233 0 135 47 0 505 143 65
Binary 11111110 10010 10011011 0 1011101 100111 0 101000101 1100011 110101

Color Harmonies of #FE129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE129B

Black with #FE129B

Text Example


Text Example

White with #FE129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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