Html Css Color HEX #FC0386 Deep Pink

📋 copy color: '#FC0386'

red 252 ◦ green 3 ◦ blue 134

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

Shades of Deep Pink #FC0386

Tints of Deep Pink #FC0386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 64.78%
G = 0.77%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC0386 (or 0xFC0386) is known color: Deep Pink. HEX triplet: FC, 03 and 86. RGB value is (252,3,134). Sum of RGB (Red+Green+Blue) = 252+3+134=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0386 is #03FC79. Grayscale: #5C5C5C. Windows color (decimal): -261242 or 8782844. OLE color: 8782844.

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

Color convert

RGB 252 3 134 -
CMYK 0 0.99 0.47 0.01
HSL 328.43º 0.98% 0.5% -
HSV(B) 328.43º 0.99% 0.99% -
XYZ 44.48 22.48 24.55 -
YUV 92.39 151.49 241.85 -
System Red Green Blue C M Y K H S L
Decimal 252 3 134 0 0.99 0.47 0.01 328.43 0.98 0.5
Hex FC 3 86 0 63 2F 1 148 62 32
Octal 374 3 206 0 143 57 1 510 142 62
Binary 11111100 11 10000110 0 1100011 101111 1 101001000 1100010 110010

Color Harmonies of #FC0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0386

Black with #FC0386

Text Example


Text Example

White with #FC0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0386; }

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

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

background-color css

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

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

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

border-color css

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

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

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