Html Css Color HEX #FE0280 Deep Pink

📋 copy color: '#FE0280'

red 254 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #FE0280

Tints of Deep Pink #FE0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 66.15%
G = 0.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE0280 (or 0xFE0280) is known color: Deep Pink. HEX triplet: FE, 02 and 80. RGB value is (254,2,128). Sum of RGB (Red+Green+Blue) = 254+2+128=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0280 is #01FD7F. Grayscale: #5B5B5B. Windows color (decimal): -130432 or 8389374. OLE color: 8389374.

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

Color convert

RGB 254 2 128 -
CMYK 0 0.99 0.50 0.00
HSL 330º 0.99% 0.5% -
HSV(B) 330º 0.99% 1% -
XYZ 44.79 22.67 22.44 -
YUV 91.71 148.49 243.75 -
System Red Green Blue C M Y K H S L
Decimal 254 2 128 0 0.99 0.50 0.00 330 0.99 0.5
Hex FE 2 80 0 63 32 0 14A 63 32
Octal 376 2 200 0 143 62 0 512 143 62
Binary 11111110 10 10000000 0 1100011 110010 0 101001010 1100011 110010

Color Harmonies of #FE0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0280

Black with #FE0280

Text Example


Text Example

White with #FE0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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