Html Css Color HEX #FD1978 Deep Pink

📋 copy color: '#FD1978'

red 253 ◦ green 25 ◦ blue 120

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

Shades of Deep Pink #FD1978

Tints of Deep Pink #FD1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.28%

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

R = 63.57%
G = 6.28%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD1978 (or 0xFD1978) is known color: Deep Pink. HEX triplet: FD, 19 and 78. RGB value is (253,25,120). Sum of RGB (Red+Green+Blue) = 253+25+120=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1978 is #02E687. Grayscale: #676767. Windows color (decimal): -190088 or 7870973. OLE color: 7870973.

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

Color convert

RGB 253 25 120 -
CMYK 0 0.90 0.53 0.01
HSL 335º 0.98% 0.55% -
HSV(B) 335º 0.9% 0.99% -
XYZ 44.25 22.93 19.86 -
YUV 104 137.04 234.28 -
System Red Green Blue C M Y K H S L
Decimal 253 25 120 0 0.90 0.53 0.01 335 0.98 0.55
Hex FD 19 78 0 5A 35 1 14F 62 37
Octal 375 31 170 0 132 65 1 517 142 67
Binary 11111101 11001 1111000 0 1011010 110101 1 101001111 1100010 110111

Color Harmonies of #FD1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1978

Black with #FD1978

Text Example


Text Example

White with #FD1978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1978; }

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

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

background-color css

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

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

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

border-color css

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

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

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