Html Css Color HEX #FC0786 Deep Pink

📋 copy color: '#FC0786'

red 252 ◦ green 7 ◦ blue 134

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

Shades of Deep Pink #FC0786

Tints of Deep Pink #FC0786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 64.12%
G = 1.78%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0786 (or 0xFC0786) is known color: Deep Pink. HEX triplet: FC, 07 and 86. RGB value is (252,7,134). Sum of RGB (Red+Green+Blue) = 252+7+134=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0786 is #03F879. Grayscale: #5E5E5E. Windows color (decimal): -260218 or 8783868. OLE color: 8783868.

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

Color convert

RGB 252 7 134 -
CMYK 0 0.97 0.47 0.01
HSL 328.9º 0.98% 0.51% -
HSV(B) 328.9º 0.97% 0.99% -
XYZ 44.52 22.57 24.56 -
YUV 94.73 150.17 240.17 -
System Red Green Blue C M Y K H S L
Decimal 252 7 134 0 0.97 0.47 0.01 328.9 0.98 0.51
Hex FC 7 86 0 61 2F 1 149 62 33
Octal 374 7 206 0 141 57 1 511 142 63
Binary 11111100 111 10000110 0 1100001 101111 1 101001001 1100010 110011

Color Harmonies of #FC0786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0786

Black with #FC0786

Text Example


Text Example

White with #FC0786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0786; }

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

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

background-color css

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

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

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

border-color css

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

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

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