Html Css Color HEX #FC077E Deep Pink

📋 copy color: '#FC077E'

red 252 ◦ green 7 ◦ blue 126

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

Shades of Deep Pink #FC077E

Tints of Deep Pink #FC077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 65.45%
G = 1.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC077E (or 0xFC077E) is known color: Deep Pink. HEX triplet: FC, 07 and 7E. RGB value is (252,7,126). Sum of RGB (Red+Green+Blue) = 252+7+126=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC077E is #03F881. Grayscale: #5D5D5D. Windows color (decimal): -260226 or 8259580. OLE color: 8259580.

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

Color convert

RGB 252 7 126 -
CMYK 0 0.97 0.5 0.01
HSL 330.86º 0.98% 0.51% -
HSV(B) 330.86º 0.97% 0.99% -
XYZ 43.99 22.35 21.74 -
YUV 93.82 146.17 240.82 -
System Red Green Blue C M Y K H S L
Decimal 252 7 126 0 0.97 0.5 0.01 330.86 0.98 0.51
Hex FC 7 7E 0 61 32 1 14B 62 33
Octal 374 7 176 0 141 62 1 513 142 63
Binary 11111100 111 1111110 0 1100001 110010 1 101001011 1100010 110011

Color Harmonies of #FC077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC077E

Black with #FC077E

Text Example


Text Example

White with #FC077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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