Html Css Color HEX #FE0977 Deep Pink

📋 copy color: '#FE0977'

red 254 ◦ green 9 ◦ blue 119

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

Shades of Deep Pink #FE0977

Tints of Deep Pink #FE0977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 66.49%
G = 2.36%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE0977 (or 0xFE0977) is known color: Deep Pink. HEX triplet: FE, 09 and 77. RGB value is (254,9,119). Sum of RGB (Red+Green+Blue) = 254+9+119=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0977 is #01F688. Grayscale: #5E5E5E. Windows color (decimal): -128649 or 7801342. OLE color: 7801342.

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

Color convert

RGB 254 9 119 -
CMYK 0 0.96 0.53 0.00
HSL 333.06º 0.99% 0.52% -
HSV(B) 333.06º 0.96% 1% -
XYZ 44.3 22.6 19.48 -
YUV 94.8 141.67 241.56 -
System Red Green Blue C M Y K H S L
Decimal 254 9 119 0 0.96 0.53 0.00 333.06 0.99 0.52
Hex FE 9 77 0 60 35 0 14D 63 34
Octal 376 11 167 0 140 65 0 515 143 64
Binary 11111110 1001 1110111 0 1100000 110101 0 101001101 1100011 110100

Color Harmonies of #FE0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0977

Black with #FE0977

Text Example


Text Example

White with #FE0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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