Html Css Color HEX #FD017E Deep Pink

📋 copy color: '#FD017E'

red 253 ◦ green 1 ◦ blue 126

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

Shades of Deep Pink #FD017E

Tints of Deep Pink #FD017E

RGB

 RED value IS 253 (99.22% from 255) = 66.58%

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

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 66.58%
G = 0.26%
B = 33.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD017E (or 0xFD017E) is known color: Deep Pink. HEX triplet: FD, 01 and 7E. RGB value is (253,1,126). Sum of RGB (Red+Green+Blue) = 253+1+126=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD017E is #02FE81. Grayscale: #5A5A5A. Windows color (decimal): -196226 or 8258045. OLE color: 8258045.

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

Color convert

RGB 253 1 126 -
CMYK 0 1.00 0.50 0.01
HSL 330.24º 0.99% 0.5% -
HSV(B) 330.24º 1% 0.99% -
XYZ 44.28 22.41 21.73 -
YUV 90.6 147.99 243.84 -
System Red Green Blue C M Y K H S L
Decimal 253 1 126 0 1.00 0.50 0.01 330.24 0.99 0.5
Hex FD 1 7E 0 64 32 1 14A 63 32
Octal 375 1 176 0 144 62 1 512 143 62
Binary 11111101 1 1111110 0 1100100 110010 1 101001010 1100011 110010

Color Harmonies of #FD017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD017E

Black with #FD017E

Text Example


Text Example

White with #FD017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD017E; }

 p { color: rgb(253,1,126); }

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

background-color css

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

 a { background-color: rgb(253,1,126); }

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

border-color css

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

 span { border-color: rgb(253,1,126); }

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