Html Css Color HEX #FE0882 Deep Pink

📋 copy color: '#FE0882'

red 254 ◦ green 8 ◦ blue 130

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

Shades of Deep Pink #FE0882

Tints of Deep Pink #FE0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 64.8%
G = 2.04%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE0882 (or 0xFE0882) is known color: Deep Pink. HEX triplet: FE, 08 and 82. RGB value is (254,8,130). Sum of RGB (Red+Green+Blue) = 254+8+130=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0882 is #01F77D. Grayscale: #5F5F5F. Windows color (decimal): -128894 or 8521982. OLE color: 8521982.

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

Color convert

RGB 254 8 130 -
CMYK 0 0.97 0.49 0.00
HSL 330.24º 0.99% 0.51% -
HSV(B) 330.24º 0.97% 1% -
XYZ 44.99 22.86 23.16 -
YUV 95.46 147.5 241.08 -
System Red Green Blue C M Y K H S L
Decimal 254 8 130 0 0.97 0.49 0.00 330.24 0.99 0.51
Hex FE 8 82 0 61 31 0 14A 63 33
Octal 376 10 202 0 141 61 0 512 143 63
Binary 11111110 1000 10000010 0 1100001 110001 0 101001010 1100011 110011

Color Harmonies of #FE0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0882

Black with #FE0882

Text Example


Text Example

White with #FE0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0882; }

 p { color: rgb(254,8,130); }

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

background-color css

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

 a { background-color: rgb(254,8,130); }

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

border-color css

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

 span { border-color: rgb(254,8,130); }

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