Html Css Color HEX #FE0B78 Deep Pink

📋 copy color: '#FE0B78'

red 254 ◦ green 11 ◦ blue 120

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

Shades of Deep Pink #FE0B78

Tints of Deep Pink #FE0B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 65.97%
G = 2.86%
B = 31.17%

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

#FE0B78 (or 0xFE0B78) is known color: Deep Pink. HEX triplet: FE, 0B and 78. RGB value is (254,11,120). Sum of RGB (Red+Green+Blue) = 254+11+120=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B78 is #01F487. Grayscale: #5F5F5F. Windows color (decimal): -128136 or 7867390. OLE color: 7867390.

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

Color convert

RGB 254 11 120 -
CMYK 0 0.96 0.53 0.00
HSL 333.09º 0.99% 0.52% -
HSV(B) 333.09º 0.96% 1% -
XYZ 44.38 22.67 19.81 -
YUV 96.08 141.51 240.64 -
System Red Green Blue C M Y K H S L
Decimal 254 11 120 0 0.96 0.53 0.00 333.09 0.99 0.52
Hex FE B 78 0 60 35 0 14D 63 34
Octal 376 13 170 0 140 65 0 515 143 64
Binary 11111110 1011 1111000 0 1100000 110101 0 101001101 1100011 110100

Color Harmonies of #FE0B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B78

Black with #FE0B78

Text Example


Text Example

White with #FE0B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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