Html Css Color HEX #FE1180 Deep Pink

📋 copy color: '#FE1180'

red 254 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #FE1180

Tints of Deep Pink #FE1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.26%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 63.66%
G = 4.26%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE1180 (or 0xFE1180) is known color: Deep Pink. HEX triplet: FE, 11 and 80. RGB value is (254,17,128). Sum of RGB (Red+Green+Blue) = 254+17+128=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1180 is #01EE7F. Grayscale: #646464. Windows color (decimal): -126592 or 8393214. OLE color: 8393214.

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

Color convert

RGB 254 17 128 -
CMYK 0 0.93 0.50 0.00
HSL 331.9º 0.99% 0.53% -
HSV(B) 331.9º 0.93% 1% -
XYZ 44.97 23.03 22.5 -
YUV 100.52 143.52 237.47 -
System Red Green Blue C M Y K H S L
Decimal 254 17 128 0 0.93 0.50 0.00 331.9 0.99 0.53
Hex FE 11 80 0 5D 32 0 14C 63 35
Octal 376 21 200 0 135 62 0 514 143 65
Binary 11111110 10001 10000000 0 1011101 110010 0 101001100 1100011 110101

Color Harmonies of #FE1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1180

Black with #FE1180

Text Example


Text Example

White with #FE1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1180; }

 p { color: rgb(254,17,128); }

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

background-color css

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

 a { background-color: rgb(254,17,128); }

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

border-color css

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

 span { border-color: rgb(254,17,128); }

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