Html Css Color HEX #FD0991 Deep Pink

📋 copy color: '#FD0991'

red 253 ◦ green 9 ◦ blue 145

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

Shades of Deep Pink #FD0991

Tints of Deep Pink #FD0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

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

R = 62.16%
G = 2.21%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD0991 (or 0xFD0991) is known color: Deep Pink. HEX triplet: FD, 09 and 91. RGB value is (253,9,145). Sum of RGB (Red+Green+Blue) = 253+9+145=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0991 is #02F66E. Grayscale: #616161. Windows color (decimal): -194159 or 9505277. OLE color: 9505277.

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

Color convert

RGB 253 9 145 -
CMYK 0 0.96 0.43 0.01
HSL 326.56º 0.98% 0.51% -
HSV(B) 326.56º 0.96% 0.99% -
XYZ 45.72 23.12 28.84 -
YUV 97.46 154.84 238.94 -
System Red Green Blue C M Y K H S L
Decimal 253 9 145 0 0.96 0.43 0.01 326.56 0.98 0.51
Hex FD 9 91 0 60 2B 1 147 62 33
Octal 375 11 221 0 140 53 1 507 142 63
Binary 11111101 1001 10010001 0 1100000 101011 1 101000111 1100010 110011

Color Harmonies of #FD0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0991

Black with #FD0991

Text Example


Text Example

White with #FD0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0991; }

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

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

background-color css

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

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

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

border-color css

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

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

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