Html Css Color HEX #FD1794 Deep Pink

📋 copy color: '#FD1794'

red 253 ◦ green 23 ◦ blue 148

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

Shades of Deep Pink #FD1794

Tints of Deep Pink #FD1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.42%

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

R = 59.67%
G = 5.42%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD1794 (or 0xFD1794) is known color: Deep Pink. HEX triplet: FD, 17 and 94. RGB value is (253,23,148). Sum of RGB (Red+Green+Blue) = 253+23+148=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1794 is #02E86B. Grayscale: #696969. Windows color (decimal): -190572 or 9705469. OLE color: 9705469.

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

Color convert

RGB 253 23 148 -
CMYK 0 0.91 0.42 0.01
HSL 327.39º 0.98% 0.54% -
HSV(B) 327.39º 0.91% 0.99% -
XYZ 46.16 23.63 30.15 -
YUV 106.02 151.7 232.84 -
System Red Green Blue C M Y K H S L
Decimal 253 23 148 0 0.91 0.42 0.01 327.39 0.98 0.54
Hex FD 17 94 0 5B 2A 1 147 62 36
Octal 375 27 224 0 133 52 1 507 142 66
Binary 11111101 10111 10010100 0 1011011 101010 1 101000111 1100010 110110

Color Harmonies of #FD1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1794

Black with #FD1794

Text Example


Text Example

White with #FD1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1794; }

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

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

background-color css

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

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

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

border-color css

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

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

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