Html Css Color HEX #FD1696 Deep Pink

📋 copy color: '#FD1696'

red 253 ◦ green 22 ◦ blue 150

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

Shades of Deep Pink #FD1696

Tints of Deep Pink #FD1696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.18%

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 59.53%
G = 5.18%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD1696 (or 0xFD1696) is known color: Deep Pink. HEX triplet: FD, 16 and 96. RGB value is (253,22,150). Sum of RGB (Red+Green+Blue) = 253+22+150=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1696 is #02E969. Grayscale: #696969. Windows color (decimal): -190826 or 9836285. OLE color: 9836285.

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

Color convert

RGB 253 22 150 -
CMYK 0 0.91 0.41 0.01
HSL 326.75º 0.98% 0.54% -
HSV(B) 326.75º 0.91% 0.99% -
XYZ 46.3 23.66 30.98 -
YUV 105.66 153.03 233.09 -
System Red Green Blue C M Y K H S L
Decimal 253 22 150 0 0.91 0.41 0.01 326.75 0.98 0.54
Hex FD 16 96 0 5B 29 1 147 62 36
Octal 375 26 226 0 133 51 1 507 142 66
Binary 11111101 10110 10010110 0 1011011 101001 1 101000111 1100010 110110

Color Harmonies of #FD1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1696

Black with #FD1696

Text Example


Text Example

White with #FD1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1696; }

 p { color: rgb(253,22,150); }

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

background-color css

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

 a { background-color: rgb(253,22,150); }

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

border-color css

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

 span { border-color: rgb(253,22,150); }

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