Html Css Color HEX #FC077C Deep Pink

📋 copy color: '#FC077C'

red 252 ◦ green 7 ◦ blue 124

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

Shades of Deep Pink #FC077C

Tints of Deep Pink #FC077C

RGB

 RED value IS 252 (98.83% from 255) = 65.8%

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

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

R = 65.8%
G = 1.83%
B = 32.38%

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

#FC077C (or 0xFC077C) is known color: Deep Pink. HEX triplet: FC, 07 and 7C. RGB value is (252,7,124). Sum of RGB (Red+Green+Blue) = 252+7+124=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC077C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC077C is #03F883. Grayscale: #5D5D5D. Windows color (decimal): -260228 or 8128508. OLE color: 8128508.

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

Color convert

RGB 252 7 124 -
CMYK 0 0.97 0.51 0.01
HSL 331.35º 0.98% 0.51% -
HSV(B) 331.35º 0.97% 0.99% -
XYZ 43.86 22.3 21.06 -
YUV 93.59 145.17 240.99 -
System Red Green Blue C M Y K H S L
Decimal 252 7 124 0 0.97 0.51 0.01 331.35 0.98 0.51
Hex FC 7 7C 0 61 33 1 14B 62 33
Octal 374 7 174 0 141 63 1 513 142 63
Binary 11111100 111 1111100 0 1100001 110011 1 101001011 1100010 110011

Color Harmonies of #FC077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC077C

Black with #FC077C

Text Example


Text Example

White with #FC077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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