Html Css Color HEX #FE0B76 Deep Pink

📋 copy color: '#FE0B76'

red 254 ◦ green 11 ◦ blue 118

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

Shades of Deep Pink #FE0B76

Tints of Deep Pink #FE0B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 66.32%
G = 2.87%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0B76 (or 0xFE0B76) is known color: Deep Pink. HEX triplet: FE, 0B and 76. RGB value is (254,11,118). Sum of RGB (Red+Green+Blue) = 254+11+118=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B76 is #01F489. Grayscale: #5F5F5F. Windows color (decimal): -128138 or 7736318. OLE color: 7736318.

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

Color convert

RGB 254 11 118 -
CMYK 0 0.96 0.54 0.00
HSL 333.58º 0.99% 0.52% -
HSV(B) 333.58º 0.96% 1% -
XYZ 44.26 22.62 19.17 -
YUV 95.86 140.51 240.8 -
System Red Green Blue C M Y K H S L
Decimal 254 11 118 0 0.96 0.54 0.00 333.58 0.99 0.52
Hex FE B 76 0 60 36 0 14E 63 34
Octal 376 13 166 0 140 66 0 516 143 64
Binary 11111110 1011 1110110 0 1100000 110110 0 101001110 1100011 110100

Color Harmonies of #FE0B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B76

Black with #FE0B76

Text Example


Text Example

White with #FE0B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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