Html Css Color HEX #FD0479 Deep Pink

📋 copy color: '#FD0479'

red 253 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #FD0479

Tints of Deep Pink #FD0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 66.93%
G = 1.06%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD0479 (or 0xFD0479) is known color: Deep Pink. HEX triplet: FD, 04 and 79. RGB value is (253,4,121). Sum of RGB (Red+Green+Blue) = 253+4+121=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0479 is #02FB86. Grayscale: #5B5B5B. Windows color (decimal): -195463 or 7931133. OLE color: 7931133.

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

Color convert

RGB 253 4 121 -
CMYK 0 0.98 0.52 0.01
HSL 331.81º 0.98% 0.5% -
HSV(B) 331.81º 0.98% 0.99% -
XYZ 44 22.35 20.08 -
YUV 91.79 144.49 242.99 -
System Red Green Blue C M Y K H S L
Decimal 253 4 121 0 0.98 0.52 0.01 331.81 0.98 0.5
Hex FD 4 79 0 62 34 1 14C 62 32
Octal 375 4 171 0 142 64 1 514 142 62
Binary 11111101 100 1111001 0 1100010 110100 1 101001100 1100010 110010

Color Harmonies of #FD0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0479

Black with #FD0479

Text Example


Text Example

White with #FD0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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