Html Css Color HEX #FD0478 Deep Pink

📋 copy color: '#FD0478'

red 253 ◦ green 4 ◦ blue 120

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

Shades of Deep Pink #FD0478

Tints of Deep Pink #FD0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 67.11%
G = 1.06%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD0478 (or 0xFD0478) is known color: Deep Pink. HEX triplet: FD, 04 and 78. RGB value is (253,4,120). Sum of RGB (Red+Green+Blue) = 253+4+120=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0478 is #02FB87. Grayscale: #5B5B5B. Windows color (decimal): -195464 or 7865597. OLE color: 7865597.

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

Color convert

RGB 253 4 120 -
CMYK 0 0.98 0.53 0.01
HSL 332.05º 0.98% 0.5% -
HSV(B) 332.05º 0.98% 0.99% -
XYZ 43.94 22.33 19.76 -
YUV 91.68 143.99 243.07 -
System Red Green Blue C M Y K H S L
Decimal 253 4 120 0 0.98 0.53 0.01 332.05 0.98 0.5
Hex FD 4 78 0 62 35 1 14C 62 32
Octal 375 4 170 0 142 65 1 514 142 62
Binary 11111101 100 1111000 0 1100010 110101 1 101001100 1100010 110010

Color Harmonies of #FD0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0478

Black with #FD0478

Text Example


Text Example

White with #FD0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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