Html Css Color HEX #FD1C7E Deep Pink

📋 copy color: '#FD1C7E'

red 253 ◦ green 28 ◦ blue 126

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

Shades of Deep Pink #FD1C7E

Tints of Deep Pink #FD1C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

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

R = 62.16%
G = 6.88%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD1C7E (or 0xFD1C7E) is known color: Deep Pink. HEX triplet: FD, 1C and 7E. RGB value is (253,28,126). Sum of RGB (Red+Green+Blue) = 253+28+126=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C7E is #02E381. Grayscale: #6A6A6A. Windows color (decimal): -189314 or 8264957. OLE color: 8264957.

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

Color convert

RGB 253 28 126 -
CMYK 0 0.89 0.50 0.01
HSL 333.87º 0.98% 0.55% -
HSV(B) 333.87º 0.89% 0.99% -
XYZ 44.69 23.22 21.87 -
YUV 106.45 139.04 232.53 -
System Red Green Blue C M Y K H S L
Decimal 253 28 126 0 0.89 0.50 0.01 333.87 0.98 0.55
Hex FD 1C 7E 0 59 32 1 14E 62 37
Octal 375 34 176 0 131 62 1 516 142 67
Binary 11111101 11100 1111110 0 1011001 110010 1 101001110 1100010 110111

Color Harmonies of #FD1C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C7E

Black with #FD1C7E

Text Example


Text Example

White with #FD1C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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