Html Css Color HEX #FE0988 Deep Pink

📋 copy color: '#FE0988'

red 254 ◦ green 9 ◦ blue 136

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

Shades of Deep Pink #FE0988

Tints of Deep Pink #FE0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 63.66%
G = 2.26%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE0988 (or 0xFE0988) is known color: Deep Pink. HEX triplet: FE, 09 and 88. RGB value is (254,9,136). Sum of RGB (Red+Green+Blue) = 254+9+136=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0988 is #01F677. Grayscale: #606060. Windows color (decimal): -128632 or 8915454. OLE color: 8915454.

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

Color convert

RGB 254 9 136 -
CMYK 0 0.96 0.46 0.00
HSL 328.9º 0.99% 0.52% -
HSV(B) 328.9º 0.96% 1% -
XYZ 45.41 23.04 25.35 -
YUV 96.73 150.17 240.17 -
System Red Green Blue C M Y K H S L
Decimal 254 9 136 0 0.96 0.46 0.00 328.9 0.99 0.52
Hex FE 9 88 0 60 2E 0 149 63 34
Octal 376 11 210 0 140 56 0 511 143 64
Binary 11111110 1001 10001000 0 1100000 101110 0 101001001 1100011 110100

Color Harmonies of #FE0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0988

Black with #FE0988

Text Example


Text Example

White with #FE0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0988; }

 p { color: rgb(254,9,136); }

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

background-color css

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

 a { background-color: rgb(254,9,136); }

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

border-color css

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

 span { border-color: rgb(254,9,136); }

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