Html Css Color HEX #FD2078 Deep Pink

📋 copy color: '#FD2078'

red 253 ◦ green 32 ◦ blue 120

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

Shades of Deep Pink #FD2078

Tints of Deep Pink #FD2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.9%

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

R = 62.47%
G = 7.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD2078 (or 0xFD2078) is known color: Deep Pink. HEX triplet: FD, 20 and 78. RGB value is (253,32,120). Sum of RGB (Red+Green+Blue) = 253+32+120=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2078 is #02DF87. Grayscale: #6B6B6B. Windows color (decimal): -188296 or 7872765. OLE color: 7872765.

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

Color convert

RGB 253 32 120 -
CMYK 0 0.87 0.53 0.01
HSL 336.11º 0.98% 0.56% -
HSV(B) 336.11º 0.87% 0.99% -
XYZ 44.41 23.27 19.92 -
YUV 108.11 134.72 231.34 -
System Red Green Blue C M Y K H S L
Decimal 253 32 120 0 0.87 0.53 0.01 336.11 0.98 0.56
Hex FD 20 78 0 57 35 1 150 62 38
Octal 375 40 170 0 127 65 1 520 142 70
Binary 11111101 100000 1111000 0 1010111 110101 1 101010000 1100010 111000

Color Harmonies of #FD2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2078

Black with #FD2078

Text Example


Text Example

White with #FD2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2078; }

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

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

background-color css

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

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

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

border-color css

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

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

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