Html Css Color HEX #FD1F8D Deep Pink

📋 copy color: '#FD1F8D'

red 253 ◦ green 31 ◦ blue 141

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

Shades of Deep Pink #FD1F8D

Tints of Deep Pink #FD1F8D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.29%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 59.53%
G = 7.29%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD1F8D (or 0xFD1F8D) is known color: Deep Pink. HEX triplet: FD, 1F and 8D. RGB value is (253,31,141). Sum of RGB (Red+Green+Blue) = 253+31+141=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1F8D is #02E072. Grayscale: #6D6D6D. Windows color (decimal): -188531 or 9248765. OLE color: 9248765.

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

Color convert

RGB 253 31 141 -
CMYK 0 0.88 0.44 0.01
HSL 330.27º 0.98% 0.56% -
HSV(B) 330.27º 0.88% 0.99% -
XYZ 45.81 23.79 27.38 -
YUV 109.92 145.55 230.06 -
System Red Green Blue C M Y K H S L
Decimal 253 31 141 0 0.88 0.44 0.01 330.27 0.98 0.56
Hex FD 1F 8D 0 58 2C 1 14A 62 38
Octal 375 37 215 0 130 54 1 512 142 70
Binary 11111101 11111 10001101 0 1011000 101100 1 101001010 1100010 111000

Color Harmonies of #FD1F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1F8D

Black with #FD1F8D

Text Example


Text Example

White with #FD1F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1F8D; }

 p { color: rgb(253,31,141); }

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

background-color css

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

 a { background-color: rgb(253,31,141); }

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

border-color css

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

 span { border-color: rgb(253,31,141); }

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