Html Css Color HEX #FE0377 Deep Pink

📋 copy color: '#FE0377'

red 254 ◦ green 3 ◦ blue 119

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

Shades of Deep Pink #FE0377

Tints of Deep Pink #FE0377

RGB

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

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

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

R = 67.55%
G = 0.8%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE0377 (or 0xFE0377) is known color: Deep Pink. HEX triplet: FE, 03 and 77. RGB value is (254,3,119). Sum of RGB (Red+Green+Blue) = 254+3+119=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0377 is #01FC88. Grayscale: #5B5B5B. Windows color (decimal): -130185 or 7799806. OLE color: 7799806.

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

Color convert

RGB 254 3 119 -
CMYK 0 0.99 0.53 0.00
HSL 332.27º 0.99% 0.5% -
HSV(B) 332.27º 0.99% 1% -
XYZ 44.24 22.47 19.46 -
YUV 91.27 143.66 244.07 -
System Red Green Blue C M Y K H S L
Decimal 254 3 119 0 0.99 0.53 0.00 332.27 0.99 0.5
Hex FE 3 77 0 63 35 0 14C 63 32
Octal 376 3 167 0 143 65 0 514 143 62
Binary 11111110 11 1110111 0 1100011 110101 0 101001100 1100011 110010

Color Harmonies of #FE0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0377

Black with #FE0377

Text Example


Text Example

White with #FE0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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