Html Css Color HEX #FD1184 Deep Pink

📋 copy color: '#FD1184'

red 253 ◦ green 17 ◦ blue 132

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

Shades of Deep Pink #FD1184

Tints of Deep Pink #FD1184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.23%

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

R = 62.94%
G = 4.23%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD1184 (or 0xFD1184) is known color: Deep Pink. HEX triplet: FD, 11 and 84. RGB value is (253,17,132). Sum of RGB (Red+Green+Blue) = 253+17+132=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1184 is #02EE7B. Grayscale: #646464. Windows color (decimal): -192124 or 8655357. OLE color: 8655357.

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

Color convert

RGB 253 17 132 -
CMYK 0 0.93 0.48 0.01
HSL 330.76º 0.98% 0.53% -
HSV(B) 330.76º 0.93% 0.99% -
XYZ 44.87 22.95 23.89 -
YUV 100.67 145.69 236.65 -
System Red Green Blue C M Y K H S L
Decimal 253 17 132 0 0.93 0.48 0.01 330.76 0.98 0.53
Hex FD 11 84 0 5D 30 1 14B 62 35
Octal 375 21 204 0 135 60 1 513 142 65
Binary 11111101 10001 10000100 0 1011101 110000 1 101001011 1100010 110101

Color Harmonies of #FD1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1184

Black with #FD1184

Text Example


Text Example

White with #FD1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1184; }

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

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

background-color css

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

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

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

border-color css

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

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

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