Html Css Color HEX #FD1A80 Deep Pink

📋 copy color: '#FD1A80'

red 253 ◦ green 26 ◦ blue 128

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

Shades of Deep Pink #FD1A80

Tints of Deep Pink #FD1A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.39%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 62.16%
G = 6.39%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD1A80 (or 0xFD1A80) is known color: Deep Pink. HEX triplet: FD, 1A and 80. RGB value is (253,26,128). Sum of RGB (Red+Green+Blue) = 253+26+128=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1A80 is #02E57F. Grayscale: #696969. Windows color (decimal): -189824 or 8395517. OLE color: 8395517.

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

Color convert

RGB 253 26 128 -
CMYK 0 0.90 0.49 0.01
HSL 333.04º 0.98% 0.55% -
HSV(B) 333.04º 0.9% 0.99% -
XYZ 44.77 23.18 22.54 -
YUV 105.5 140.71 233.21 -
System Red Green Blue C M Y K H S L
Decimal 253 26 128 0 0.90 0.49 0.01 333.04 0.98 0.55
Hex FD 1A 80 0 5A 31 1 14D 62 37
Octal 375 32 200 0 132 61 1 515 142 67
Binary 11111101 11010 10000000 0 1011010 110001 1 101001101 1100010 110111

Color Harmonies of #FD1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A80

Black with #FD1A80

Text Example


Text Example

White with #FD1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A80; }

 p { color: rgb(253,26,128); }

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

background-color css

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

 a { background-color: rgb(253,26,128); }

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

border-color css

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

 span { border-color: rgb(253,26,128); }

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