Html Css Color HEX #FD1779 Deep Pink

📋 copy color: '#FD1779'

red 253 ◦ green 23 ◦ blue 121

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

Shades of Deep Pink #FD1779

Tints of Deep Pink #FD1779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 63.73%
G = 5.79%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD1779 (or 0xFD1779) is known color: Deep Pink. HEX triplet: FD, 17 and 79. RGB value is (253,23,121). Sum of RGB (Red+Green+Blue) = 253+23+121=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1779 is #02E886. Grayscale: #666666. Windows color (decimal): -190599 or 7935997. OLE color: 7935997.

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

Color convert

RGB 253 23 121 -
CMYK 0 0.91 0.52 0.01
HSL 334.43º 0.98% 0.54% -
HSV(B) 334.43º 0.91% 0.99% -
XYZ 44.27 22.88 20.17 -
YUV 102.94 138.2 235.03 -
System Red Green Blue C M Y K H S L
Decimal 253 23 121 0 0.91 0.52 0.01 334.43 0.98 0.54
Hex FD 17 79 0 5B 34 1 14E 62 36
Octal 375 27 171 0 133 64 1 516 142 66
Binary 11111101 10111 1111001 0 1011011 110100 1 101001110 1100010 110110

Color Harmonies of #FD1779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1779

Black with #FD1779

Text Example


Text Example

White with #FD1779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1779; }

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

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

background-color css

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

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

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

border-color css

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

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

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