Html Css Color HEX #FD1479 Deep Pink

📋 copy color: '#FD1479'

red 253 ◦ green 20 ◦ blue 121

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

Shades of Deep Pink #FD1479

Tints of Deep Pink #FD1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

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

R = 64.21%
G = 5.08%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD1479 (or 0xFD1479) is known color: Deep Pink. HEX triplet: FD, 14 and 79. RGB value is (253,20,121). Sum of RGB (Red+Green+Blue) = 253+20+121=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1479 is #02EB86. Grayscale: #656565. Windows color (decimal): -191367 or 7935229. OLE color: 7935229.

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

Color convert

RGB 253 20 121 -
CMYK 0 0.92 0.52 0.01
HSL 333.99º 0.98% 0.54% -
HSV(B) 333.99º 0.92% 0.99% -
XYZ 44.21 22.76 20.15 -
YUV 101.18 139.19 236.29 -
System Red Green Blue C M Y K H S L
Decimal 253 20 121 0 0.92 0.52 0.01 333.99 0.98 0.54
Hex FD 14 79 0 5C 34 1 14E 62 36
Octal 375 24 171 0 134 64 1 516 142 66
Binary 11111101 10100 1111001 0 1011100 110100 1 101001110 1100010 110110

Color Harmonies of #FD1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1479

Black with #FD1479

Text Example


Text Example

White with #FD1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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