Html Css Color HEX #FE128A Deep Pink

📋 copy color: '#FE128A'

red 254 ◦ green 18 ◦ blue 138

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

Shades of Deep Pink #FE128A

Tints of Deep Pink #FE128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 61.95%
G = 4.39%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE128A (or 0xFE128A) is known color: Deep Pink. HEX triplet: FE, 12 and 8A. RGB value is (254,18,138). Sum of RGB (Red+Green+Blue) = 254+18+138=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE128A is #01ED75. Grayscale: #666666. Windows color (decimal): -126326 or 9048830. OLE color: 9048830.

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

Color convert

RGB 254 18 138 -
CMYK 0 0.93 0.46 0.00
HSL 329.49º 0.99% 0.53% -
HSV(B) 329.49º 0.93% 1% -
XYZ 45.68 23.34 26.14 -
YUV 102.24 148.19 236.24 -
System Red Green Blue C M Y K H S L
Decimal 254 18 138 0 0.93 0.46 0.00 329.49 0.99 0.53
Hex FE 12 8A 0 5D 2E 0 149 63 35
Octal 376 22 212 0 135 56 0 511 143 65
Binary 11111110 10010 10001010 0 1011101 101110 0 101001001 1100011 110101

Color Harmonies of #FE128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE128A

Black with #FE128A

Text Example


Text Example

White with #FE128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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