Html Css Color HEX #FE017D Deep Pink

📋 copy color: '#FE017D'

red 254 ◦ green 1 ◦ blue 125

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

Shades of Deep Pink #FE017D

Tints of Deep Pink #FE017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 66.84%
G = 0.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE017D (or 0xFE017D) is known color: Deep Pink. HEX triplet: FE, 01 and 7D. RGB value is (254,1,125). Sum of RGB (Red+Green+Blue) = 254+1+125=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE017D is #01FE82. Grayscale: #5A5A5A. Windows color (decimal): -130691 or 8192510. OLE color: 8192510.

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

Color convert

RGB 254 1 125 -
CMYK 0 1.00 0.51 0.00
HSL 330.59º 0.99% 0.5% -
HSV(B) 330.59º 1% 1% -
XYZ 44.59 22.57 21.41 -
YUV 90.78 147.32 244.42 -
System Red Green Blue C M Y K H S L
Decimal 254 1 125 0 1.00 0.51 0.00 330.59 0.99 0.5
Hex FE 1 7D 0 64 33 0 14B 63 32
Octal 376 1 175 0 144 63 0 513 143 62
Binary 11111110 1 1111101 0 1100100 110011 0 101001011 1100011 110010

Color Harmonies of #FE017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE017D

Black with #FE017D

Text Example


Text Example

White with #FE017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE017D; }

 p { color: rgb(254,1,125); }

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

background-color css

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

 a { background-color: rgb(254,1,125); }

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

border-color css

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

 span { border-color: rgb(254,1,125); }

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