Html Css Color HEX #FE0489 Deep Pink

📋 copy color: '#FE0489'

red 254 ◦ green 4 ◦ blue 137

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

Shades of Deep Pink #FE0489

Tints of Deep Pink #FE0489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 64.3%
G = 1.01%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE0489 (or 0xFE0489) is known color: Deep Pink. HEX triplet: FE, 04 and 89. RGB value is (254,4,137). Sum of RGB (Red+Green+Blue) = 254+4+137=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0489 is #01FB76. Grayscale: #5D5D5D. Windows color (decimal): -129911 or 8979710. OLE color: 8979710.

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

Color convert

RGB 254 4 137 -
CMYK 0 0.98 0.46 0.00
HSL 328.08º 0.99% 0.51% -
HSV(B) 328.08º 0.98% 1% -
XYZ 45.43 22.96 25.7 -
YUV 93.91 152.33 242.19 -
System Red Green Blue C M Y K H S L
Decimal 254 4 137 0 0.98 0.46 0.00 328.08 0.99 0.51
Hex FE 4 89 0 62 2E 0 148 63 33
Octal 376 4 211 0 142 56 0 510 143 63
Binary 11111110 100 10001001 0 1100010 101110 0 101001000 1100011 110011

Color Harmonies of #FE0489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0489

Black with #FE0489

Text Example


Text Example

White with #FE0489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0489; }

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

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

background-color css

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

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

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

border-color css

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

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

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