Html Css Color HEX #FD017C Deep Pink

📋 copy color: '#FD017C'

red 253 ◦ green 1 ◦ blue 124

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

Shades of Deep Pink #FD017C

Tints of Deep Pink #FD017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 66.93%
G = 0.26%
B = 32.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD017C (or 0xFD017C) is known color: Deep Pink. HEX triplet: FD, 01 and 7C. RGB value is (253,1,124). Sum of RGB (Red+Green+Blue) = 253+1+124=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD017C is #02FE83. Grayscale: #5A5A5A. Windows color (decimal): -196228 or 8126973. OLE color: 8126973.

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

Color convert

RGB 253 1 124 -
CMYK 0 1.00 0.51 0.01
HSL 330.71º 0.99% 0.5% -
HSV(B) 330.71º 1% 0.99% -
XYZ 44.16 22.36 21.06 -
YUV 90.37 146.99 244 -
System Red Green Blue C M Y K H S L
Decimal 253 1 124 0 1.00 0.51 0.01 330.71 0.99 0.5
Hex FD 1 7C 0 64 33 1 14B 63 32
Octal 375 1 174 0 144 63 1 513 143 62
Binary 11111101 1 1111100 0 1100100 110011 1 101001011 1100011 110010

Color Harmonies of #FD017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD017C

Black with #FD017C

Text Example


Text Example

White with #FD017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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