Html Css Color HEX #FD1882 Deep Pink

📋 copy color: '#FD1882'

red 253 ◦ green 24 ◦ blue 130

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

Shades of Deep Pink #FD1882

Tints of Deep Pink #FD1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 62.16%
G = 5.9%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD1882 (or 0xFD1882) is known color: Deep Pink. HEX triplet: FD, 18 and 82. RGB value is (253,24,130). Sum of RGB (Red+Green+Blue) = 253+24+130=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1882 is #02E77D. Grayscale: #686868. Windows color (decimal): -190334 or 8526077. OLE color: 8526077.

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

Color convert

RGB 253 24 130 -
CMYK 0 0.91 0.49 0.01
HSL 332.23º 0.98% 0.54% -
HSV(B) 332.23º 0.91% 0.99% -
XYZ 44.86 23.15 23.22 -
YUV 104.56 142.37 233.88 -
System Red Green Blue C M Y K H S L
Decimal 253 24 130 0 0.91 0.49 0.01 332.23 0.98 0.54
Hex FD 18 82 0 5B 31 1 14C 62 36
Octal 375 30 202 0 133 61 1 514 142 66
Binary 11111101 11000 10000010 0 1011011 110001 1 101001100 1100010 110110

Color Harmonies of #FD1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1882

Black with #FD1882

Text Example


Text Example

White with #FD1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1882; }

 p { color: rgb(253,24,130); }

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

background-color css

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

 a { background-color: rgb(253,24,130); }

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

border-color css

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

 span { border-color: rgb(253,24,130); }

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