Html Css Color HEX #FE2177 Deep Pink

📋 copy color: '#FE2177'

red 254 ◦ green 33 ◦ blue 119

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

Shades of Deep Pink #FE2177

Tints of Deep Pink #FE2177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.13%

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

R = 62.56%
G = 8.13%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE2177 (or 0xFE2177) is known color: Deep Pink. HEX triplet: FE, 21 and 77. RGB value is (254,33,119). Sum of RGB (Red+Green+Blue) = 254+33+119=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2177 is #01DE88. Grayscale: #6C6C6C. Windows color (decimal): -122505 or 7807486. OLE color: 7807486.

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

Color convert

RGB 254 33 119 -
CMYK 0 0.87 0.53 0.00
HSL 336.65º 0.99% 0.56% -
HSV(B) 336.65º 0.87% 1% -
XYZ 44.75 23.49 19.63 -
YUV 108.88 133.72 231.51 -
System Red Green Blue C M Y K H S L
Decimal 254 33 119 0 0.87 0.53 0.00 336.65 0.99 0.56
Hex FE 21 77 0 57 35 0 151 63 38
Octal 376 41 167 0 127 65 0 521 143 70
Binary 11111110 100001 1110111 0 1010111 110101 0 101010001 1100011 111000

Color Harmonies of #FE2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2177

Black with #FE2177

Text Example


Text Example

White with #FE2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2177; }

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

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

background-color css

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

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

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

border-color css

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

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

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