Html Css Color HEX #FE0B77 Deep Pink

📋 copy color: '#FE0B77'

red 254 ◦ green 11 ◦ blue 119

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

Shades of Deep Pink #FE0B77

Tints of Deep Pink #FE0B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 66.15%
G = 2.86%
B = 30.99%

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

#FE0B77 (or 0xFE0B77) is known color: Deep Pink. HEX triplet: FE, 0B and 77. RGB value is (254,11,119). Sum of RGB (Red+Green+Blue) = 254+11+119=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B77 is #01F488. Grayscale: #5F5F5F. Windows color (decimal): -128137 or 7801854. OLE color: 7801854.

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

Color convert

RGB 254 11 119 -
CMYK 0 0.96 0.53 0.00
HSL 333.33º 0.99% 0.52% -
HSV(B) 333.33º 0.96% 1% -
XYZ 44.32 22.64 19.49 -
YUV 95.97 141.01 240.72 -
System Red Green Blue C M Y K H S L
Decimal 254 11 119 0 0.96 0.53 0.00 333.33 0.99 0.52
Hex FE B 77 0 60 35 0 14D 63 34
Octal 376 13 167 0 140 65 0 515 143 64
Binary 11111110 1011 1110111 0 1100000 110101 0 101001101 1100011 110100

Color Harmonies of #FE0B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B77

Black with #FE0B77

Text Example


Text Example

White with #FE0B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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