Html Css Color HEX #FC077F Deep Pink

📋 copy color: '#FC077F'

red 252 ◦ green 7 ◦ blue 127

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

Shades of Deep Pink #FC077F

Tints of Deep Pink #FC077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 65.28%
G = 1.81%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC077F (or 0xFC077F) is known color: Deep Pink. HEX triplet: FC, 07 and 7F. RGB value is (252,7,127). Sum of RGB (Red+Green+Blue) = 252+7+127=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC077F is #03F880. Grayscale: #5D5D5D. Windows color (decimal): -260225 or 8325116. OLE color: 8325116.

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

Color convert

RGB 252 7 127 -
CMYK 0 0.97 0.50 0.01
HSL 330.61º 0.98% 0.51% -
HSV(B) 330.61º 0.97% 0.99% -
XYZ 44.05 22.38 22.08 -
YUV 93.94 146.67 240.74 -
System Red Green Blue C M Y K H S L
Decimal 252 7 127 0 0.97 0.50 0.01 330.61 0.98 0.51
Hex FC 7 7F 0 61 32 1 14B 62 33
Octal 374 7 177 0 141 62 1 513 142 63
Binary 11111100 111 1111111 0 1100001 110010 1 101001011 1100010 110011

Color Harmonies of #FC077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC077F

Black with #FC077F

Text Example


Text Example

White with #FC077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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