Html Css Color HEX #FE128B Deep Pink

📋 copy color: '#FE128B'

red 254 ◦ green 18 ◦ blue 139

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

Shades of Deep Pink #FE128B

Tints of Deep Pink #FE128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 61.8%
G = 4.38%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE128B (or 0xFE128B) is known color: Deep Pink. HEX triplet: FE, 12 and 8B. RGB value is (254,18,139). Sum of RGB (Red+Green+Blue) = 254+18+139=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE128B is #01ED74. Grayscale: #666666. Windows color (decimal): -126325 or 9114366. OLE color: 9114366.

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

Color convert

RGB 254 18 139 -
CMYK 0 0.93 0.45 0.00
HSL 329.24º 0.99% 0.53% -
HSV(B) 329.24º 0.93% 1% -
XYZ 45.75 23.37 26.53 -
YUV 102.36 148.69 236.16 -
System Red Green Blue C M Y K H S L
Decimal 254 18 139 0 0.93 0.45 0.00 329.24 0.99 0.53
Hex FE 12 8B 0 5D 2D 0 149 63 35
Octal 376 22 213 0 135 55 0 511 143 65
Binary 11111110 10010 10001011 0 1011101 101101 0 101001001 1100011 110101

Color Harmonies of #FE128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE128B

Black with #FE128B

Text Example


Text Example

White with #FE128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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