Html Css Color HEX #FE017F Deep Pink

📋 copy color: '#FE017F'

red 254 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #FE017F

Tints of Deep Pink #FE017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 66.49%
G = 0.26%
B = 33.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE017F (or 0xFE017F) is known color: Deep Pink. HEX triplet: FE, 01 and 7F. RGB value is (254,1,127). Sum of RGB (Red+Green+Blue) = 254+1+127=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE017F is #01FE80. Grayscale: #5A5A5A. Windows color (decimal): -130689 or 8323582. OLE color: 8323582.

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

Color convert

RGB 254 1 127 -
CMYK 0 1.00 0.50 0.00
HSL 330.12º 0.99% 0.5% -
HSV(B) 330.12º 1% 1% -
XYZ 44.71 22.62 22.09 -
YUV 91.01 148.32 244.25 -
System Red Green Blue C M Y K H S L
Decimal 254 1 127 0 1.00 0.50 0.00 330.12 0.99 0.5
Hex FE 1 7F 0 64 32 0 14A 63 32
Octal 376 1 177 0 144 62 0 512 143 62
Binary 11111110 1 1111111 0 1100100 110010 0 101001010 1100011 110010

Color Harmonies of #FE017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE017F

Black with #FE017F

Text Example


Text Example

White with #FE017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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