Html Css Color HEX #FE2480 Deep Pink

📋 copy color: '#FE2480'

red 254 ◦ green 36 ◦ blue 128

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

Shades of Deep Pink #FE2480

Tints of Deep Pink #FE2480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.61%

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

R = 60.77%
G = 8.61%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE2480 (or 0xFE2480) is known color: Deep Pink. HEX triplet: FE, 24 and 80. RGB value is (254,36,128). Sum of RGB (Red+Green+Blue) = 254+36+128=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2480 is #01DB7F. Grayscale: #6F6F6F. Windows color (decimal): -121728 or 8398078. OLE color: 8398078.

HSL color Cylindrical-coordinate representation of color #FE2480: hue angle of 334.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2480 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 36 128 -
CMYK 0 0.86 0.50 0.00
HSL 334.68º 0.99% 0.57% -
HSV(B) 334.68º 0.86% 1% -
XYZ 45.4 23.89 22.64 -
YUV 111.67 137.22 229.52 -
System Red Green Blue C M Y K H S L
Decimal 254 36 128 0 0.86 0.50 0.00 334.68 0.99 0.57
Hex FE 24 80 0 56 32 0 14F 63 39
Octal 376 44 200 0 126 62 0 517 143 71
Binary 11111110 100100 10000000 0 1010110 110010 0 101001111 1100011 111001

Color Harmonies of #FE2480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2480

Black with #FE2480

Text Example


Text Example

White with #FE2480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2480; }

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

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

background-color css

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

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

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

border-color css

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

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

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