Html Css Color HEX #FD1594 Deep Pink

📋 copy color: '#FD1594'

red 253 ◦ green 21 ◦ blue 148

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

Shades of Deep Pink #FD1594

Tints of Deep Pink #FD1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 59.95%
G = 4.98%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD1594 (or 0xFD1594) is known color: Deep Pink. HEX triplet: FD, 15 and 94. RGB value is (253,21,148). Sum of RGB (Red+Green+Blue) = 253+21+148=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1594 is #02EA6B. Grayscale: #686868. Windows color (decimal): -191084 or 9704957. OLE color: 9704957.

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

Color convert

RGB 253 21 148 -
CMYK 0 0.92 0.42 0.01
HSL 327.16º 0.98% 0.54% -
HSV(B) 327.16º 0.92% 0.99% -
XYZ 46.12 23.56 30.13 -
YUV 104.85 152.36 233.67 -
System Red Green Blue C M Y K H S L
Decimal 253 21 148 0 0.92 0.42 0.01 327.16 0.98 0.54
Hex FD 15 94 0 5C 2A 1 147 62 36
Octal 375 25 224 0 134 52 1 507 142 66
Binary 11111101 10101 10010100 0 1011100 101010 1 101000111 1100010 110110

Color Harmonies of #FD1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1594

Black with #FD1594

Text Example


Text Example

White with #FD1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1594; }

 p { color: rgb(253,21,148); }

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

background-color css

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

 a { background-color: rgb(253,21,148); }

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

border-color css

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

 span { border-color: rgb(253,21,148); }

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