Html Css Color HEX #FD1996 Deep Pink

📋 copy color: '#FD1996'

red 253 ◦ green 25 ◦ blue 150

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

Shades of Deep Pink #FD1996

Tints of Deep Pink #FD1996

RGB

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

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

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

R = 59.11%
G = 5.84%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD1996 (or 0xFD1996) is known color: Deep Pink. HEX triplet: FD, 19 and 96. RGB value is (253,25,150). Sum of RGB (Red+Green+Blue) = 253+25+150=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1996 is #02E669. Grayscale: #6B6B6B. Windows color (decimal): -190058 or 9837053. OLE color: 9837053.

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

Color convert

RGB 253 25 150 -
CMYK 0 0.90 0.41 0.01
HSL 327.11º 0.98% 0.55% -
HSV(B) 327.11º 0.9% 0.99% -
XYZ 46.36 23.78 31 -
YUV 107.42 152.04 231.84 -
System Red Green Blue C M Y K H S L
Decimal 253 25 150 0 0.90 0.41 0.01 327.11 0.98 0.55
Hex FD 19 96 0 5A 29 1 147 62 37
Octal 375 31 226 0 132 51 1 507 142 67
Binary 11111101 11001 10010110 0 1011010 101001 1 101000111 1100010 110111

Color Harmonies of #FD1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1996

Black with #FD1996

Text Example


Text Example

White with #FD1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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