Html Css Color HEX #FD077C Deep Pink

📋 copy color: '#FD077C'

red 253 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #FD077C

Tints of Deep Pink #FD077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 65.89%
G = 1.82%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD077C (or 0xFD077C) is known color: Deep Pink. HEX triplet: FD, 07 and 7C. RGB value is (253,7,124). Sum of RGB (Red+Green+Blue) = 253+7+124=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD077C is #02F883. Grayscale: #5D5D5D. Windows color (decimal): -194692 or 8128509. OLE color: 8128509.

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

Color convert

RGB 253 7 124 -
CMYK 0 0.97 0.51 0.01
HSL 331.46º 0.98% 0.51% -
HSV(B) 331.46º 0.97% 0.99% -
XYZ 44.22 22.49 21.08 -
YUV 93.89 145 241.49 -
System Red Green Blue C M Y K H S L
Decimal 253 7 124 0 0.97 0.51 0.01 331.46 0.98 0.51
Hex FD 7 7C 0 61 33 1 14B 62 33
Octal 375 7 174 0 141 63 1 513 142 63
Binary 11111101 111 1111100 0 1100001 110011 1 101001011 1100010 110011

Color Harmonies of #FD077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD077C

Black with #FD077C

Text Example


Text Example

White with #FD077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD077C; }

 p { color: rgb(253,7,124); }

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

background-color css

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

 a { background-color: rgb(253,7,124); }

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

border-color css

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

 span { border-color: rgb(253,7,124); }

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