Html Css Color HEX #FD1991 Deep Pink

📋 copy color: '#FD1991'

red 253 ◦ green 25 ◦ blue 145

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

Shades of Deep Pink #FD1991

Tints of Deep Pink #FD1991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.91%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 59.81%
G = 5.91%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD1991 (or 0xFD1991) is known color: Deep Pink. HEX triplet: FD, 19 and 91. RGB value is (253,25,145). Sum of RGB (Red+Green+Blue) = 253+25+145=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1991 is #02E66E. Grayscale: #6A6A6A. Windows color (decimal): -190063 or 9509373. OLE color: 9509373.

HSL color Cylindrical-coordinate representation of color #FD1991: hue angle of 328.42º 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 #FD1991 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 25 145 -
CMYK 0 0.90 0.43 0.01
HSL 328.42º 0.98% 0.55% -
HSV(B) 328.42º 0.9% 0.99% -
XYZ 45.97 23.62 28.92 -
YUV 106.85 149.54 232.24 -
System Red Green Blue C M Y K H S L
Decimal 253 25 145 0 0.90 0.43 0.01 328.42 0.98 0.55
Hex FD 19 91 0 5A 2B 1 148 62 37
Octal 375 31 221 0 132 53 1 510 142 67
Binary 11111101 11001 10010001 0 1011010 101011 1 101001000 1100010 110111

Color Harmonies of #FD1991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1991

Black with #FD1991

Text Example


Text Example

White with #FD1991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1991; }

 p { color: rgb(253,25,145); }

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

background-color css

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

 a { background-color: rgb(253,25,145); }

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

border-color css

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

 span { border-color: rgb(253,25,145); }

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