Html Css Color HEX #FD017F Deep Pink

📋 copy color: '#FD017F'

red 253 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #FD017F

Tints of Deep Pink #FD017F

RGB

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

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

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

R = 66.4%
G = 0.26%
B = 33.33%

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

#FD017F (or 0xFD017F) is known color: Deep Pink. HEX triplet: FD, 01 and 7F. RGB value is (253,1,127). Sum of RGB (Red+Green+Blue) = 253+1+127=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD017F is #02FE80. Grayscale: #5A5A5A. Windows color (decimal): -196225 or 8323581. OLE color: 8323581.

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

Color convert

RGB 253 1 127 -
CMYK 0 1.00 0.50 0.01
HSL 330º 0.99% 0.5% -
HSV(B) 330º 1% 0.99% -
XYZ 44.35 22.44 22.07 -
YUV 90.71 148.49 243.75 -
System Red Green Blue C M Y K H S L
Decimal 253 1 127 0 1.00 0.50 0.01 330 0.99 0.5
Hex FD 1 7F 0 64 32 1 14A 63 32
Octal 375 1 177 0 144 62 1 512 143 62
Binary 11111101 1 1111111 0 1100100 110010 1 101001010 1100011 110010

Color Harmonies of #FD017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD017F

Black with #FD017F

Text Example


Text Example

White with #FD017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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