Html Css Color HEX #FE0376 Deep Pink

📋 copy color: '#FE0376'

red 254 ◦ green 3 ◦ blue 118

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

Shades of Deep Pink #FE0376

Tints of Deep Pink #FE0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 67.73%
G = 0.8%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0376 (or 0xFE0376) is known color: Deep Pink. HEX triplet: FE, 03 and 76. RGB value is (254,3,118). Sum of RGB (Red+Green+Blue) = 254+3+118=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0376 is #01FC89. Grayscale: #5A5A5A. Windows color (decimal): -130186 or 7734270. OLE color: 7734270.

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

Color convert

RGB 254 3 118 -
CMYK 0 0.99 0.54 0.00
HSL 332.51º 0.99% 0.5% -
HSV(B) 332.51º 0.99% 1% -
XYZ 44.18 22.44 19.14 -
YUV 91.16 143.16 244.15 -
System Red Green Blue C M Y K H S L
Decimal 254 3 118 0 0.99 0.54 0.00 332.51 0.99 0.5
Hex FE 3 76 0 63 36 0 14D 63 32
Octal 376 3 166 0 143 66 0 515 143 62
Binary 11111110 11 1110110 0 1100011 110110 0 101001101 1100011 110010

Color Harmonies of #FE0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0376

Black with #FE0376

Text Example


Text Example

White with #FE0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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