Html Css Color HEX #FC0086 Deep Pink

📋 copy color: '#FC0086'

red 252 ◦ green 0 ◦ blue 134

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

Shades of Deep Pink #FC0086

Tints of Deep Pink #FC0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.28%
G = 0%
B = 34.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0086 (or 0xFC0086) is known color: Deep Pink. HEX triplet: FC, 00 and 86. RGB value is (252,0,134). Sum of RGB (Red+Green+Blue) = 252+0+134=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0086 is #03FF79. Grayscale: #5A5A5A. Windows color (decimal): -262010 or 8782076. OLE color: 8782076.

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

Color convert

RGB 252 0 134 -
CMYK 0 1 0.47 0.01
HSL 328.1º 1% 0.49% -
HSV(B) 328.1º 1% 0.99% -
XYZ 44.45 22.42 24.54 -
YUV 90.62 152.49 243.1 -
System Red Green Blue C M Y K H S L
Decimal 252 0 134 0 1 0.47 0.01 328.1 1 0.49
Hex FC 0 86 0 64 2F 1 148 64 31
Octal 374 0 206 0 144 57 1 510 144 61
Binary 11111100 0 10000110 0 1100100 101111 1 101001000 1100100 110001

Color Harmonies of #FC0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0086

Black with #FC0086

Text Example


Text Example

White with #FC0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0086; }

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

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

background-color css

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

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

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

border-color css

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

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

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