Html Css Color HEX #FE0484 Deep Pink

📋 copy color: '#FE0484'

red 254 ◦ green 4 ◦ blue 132

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

Shades of Deep Pink #FE0484

Tints of Deep Pink #FE0484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 65.13%
G = 1.03%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE0484 (or 0xFE0484) is known color: Deep Pink. HEX triplet: FE, 04 and 84. RGB value is (254,4,132). Sum of RGB (Red+Green+Blue) = 254+4+132=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0484 is #01FB7B. Grayscale: #5D5D5D. Windows color (decimal): -129916 or 8652030. OLE color: 8652030.

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

Color convert

RGB 254 4 132 -
CMYK 0 0.98 0.48 0.00
HSL 329.28º 0.99% 0.51% -
HSV(B) 329.28º 0.98% 1% -
XYZ 45.08 22.82 23.86 -
YUV 93.34 149.83 242.59 -
System Red Green Blue C M Y K H S L
Decimal 254 4 132 0 0.98 0.48 0.00 329.28 0.99 0.51
Hex FE 4 84 0 62 30 0 149 63 33
Octal 376 4 204 0 142 60 0 511 143 63
Binary 11111110 100 10000100 0 1100010 110000 0 101001001 1100011 110011

Color Harmonies of #FE0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0484

Black with #FE0484

Text Example


Text Example

White with #FE0484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0484; }

 p { color: rgb(254,4,132); }

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

background-color css

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

 a { background-color: rgb(254,4,132); }

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

border-color css

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

 span { border-color: rgb(254,4,132); }

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