Html Css Color HEX #FD1483 Deep Pink

📋 copy color: '#FD1483'

red 253 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #FD1483

Tints of Deep Pink #FD1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.95%

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 62.62%
G = 4.95%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD1483 (or 0xFD1483) is known color: Deep Pink. HEX triplet: FD, 14 and 83. RGB value is (253,20,131). Sum of RGB (Red+Green+Blue) = 253+20+131=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1483 is #02EB7C. Grayscale: #666666. Windows color (decimal): -191357 or 8590589. OLE color: 8590589.

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

Color convert

RGB 253 20 131 -
CMYK 0 0.92 0.48 0.01
HSL 331.42º 0.98% 0.54% -
HSV(B) 331.42º 0.92% 0.99% -
XYZ 44.85 23.02 23.55 -
YUV 102.32 144.19 235.47 -
System Red Green Blue C M Y K H S L
Decimal 253 20 131 0 0.92 0.48 0.01 331.42 0.98 0.54
Hex FD 14 83 0 5C 30 1 14B 62 36
Octal 375 24 203 0 134 60 1 513 142 66
Binary 11111101 10100 10000011 0 1011100 110000 1 101001011 1100010 110110

Color Harmonies of #FD1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1483

Black with #FD1483

Text Example


Text Example

White with #FD1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1483; }

 p { color: rgb(253,20,131); }

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

background-color css

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

 a { background-color: rgb(253,20,131); }

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

border-color css

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

 span { border-color: rgb(253,20,131); }

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