Html Css Color HEX #FE1B77 Deep Pink

📋 copy color: '#FE1B77'

red 254 ◦ green 27 ◦ blue 119

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

Shades of Deep Pink #FE1B77

Tints of Deep Pink #FE1B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.75%

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

R = 63.5%
G = 6.75%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE1B77 (or 0xFE1B77) is known color: Deep Pink. HEX triplet: FE, 1B and 77. RGB value is (254,27,119). Sum of RGB (Red+Green+Blue) = 254+27+119=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1B77 is #01E488. Grayscale: #696969. Windows color (decimal): -124041 or 7805950. OLE color: 7805950.

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

Color convert

RGB 254 27 119 -
CMYK 0 0.89 0.53 0.00
HSL 335.68º 0.99% 0.55% -
HSV(B) 335.68º 0.89% 1% -
XYZ 44.59 23.19 19.58 -
YUV 105.36 135.71 234.02 -
System Red Green Blue C M Y K H S L
Decimal 254 27 119 0 0.89 0.53 0.00 335.68 0.99 0.55
Hex FE 1B 77 0 59 35 0 150 63 37
Octal 376 33 167 0 131 65 0 520 143 67
Binary 11111110 11011 1110111 0 1011001 110101 0 101010000 1100011 110111

Color Harmonies of #FE1B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B77

Black with #FE1B77

Text Example


Text Example

White with #FE1B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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