Html Css Color HEX #FD1C84 Deep Pink

📋 copy color: '#FD1C84'

red 253 ◦ green 28 ◦ blue 132

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

Shades of Deep Pink #FD1C84

Tints of Deep Pink #FD1C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 61.26%
G = 6.78%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD1C84 (or 0xFD1C84) is known color: Deep Pink. HEX triplet: FD, 1C and 84. RGB value is (253,28,132). Sum of RGB (Red+Green+Blue) = 253+28+132=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1C84 is #02E37B. Grayscale: #6A6A6A. Windows color (decimal): -189308 or 8658173. OLE color: 8658173.

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

Color convert

RGB 253 28 132 -
CMYK 0 0.89 0.48 0.01
HSL 332.27º 0.98% 0.55% -
HSV(B) 332.27º 0.89% 0.99% -
XYZ 45.09 23.38 23.97 -
YUV 107.13 142.04 232.04 -
System Red Green Blue C M Y K H S L
Decimal 253 28 132 0 0.89 0.48 0.01 332.27 0.98 0.55
Hex FD 1C 84 0 59 30 1 14C 62 37
Octal 375 34 204 0 131 60 1 514 142 67
Binary 11111101 11100 10000100 0 1011001 110000 1 101001100 1100010 110111

Color Harmonies of #FD1C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C84

Black with #FD1C84

Text Example


Text Example

White with #FD1C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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