Html Css Color HEX #FE128C Deep Pink

📋 copy color: '#FE128C'

red 254 ◦ green 18 ◦ blue 140

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

Shades of Deep Pink #FE128C

Tints of Deep Pink #FE128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 61.65%
G = 4.37%
B = 33.98%

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

#FE128C (or 0xFE128C) is known color: Deep Pink. HEX triplet: FE, 12 and 8C. RGB value is (254,18,140). Sum of RGB (Red+Green+Blue) = 254+18+140=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE128C is #01ED73. Grayscale: #666666. Windows color (decimal): -126324 or 9179902. OLE color: 9179902.

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

Color convert

RGB 254 18 140 -
CMYK 0 0.93 0.45 0.00
HSL 328.98º 0.99% 0.53% -
HSV(B) 328.98º 0.93% 1% -
XYZ 45.82 23.4 26.91 -
YUV 102.47 149.19 236.08 -
System Red Green Blue C M Y K H S L
Decimal 254 18 140 0 0.93 0.45 0.00 328.98 0.99 0.53
Hex FE 12 8C 0 5D 2D 0 149 63 35
Octal 376 22 214 0 135 55 0 511 143 65
Binary 11111110 10010 10001100 0 1011101 101101 0 101001001 1100011 110101

Color Harmonies of #FE128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE128C

Black with #FE128C

Text Example


Text Example

White with #FE128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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