#FC0984

Color #FC0984 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FC0984

Tints of Deep Pink #FC0984

Color information

#FC0984 (or 0xFC0984) is unknown color: approx Deep Pink. HEX triplet: FC, 09 and 84. RGB value is (252,9,132). Sum of RGB (Red+Green+Blue) = 252+9+132=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0984 is #03F67B. Grayscale: #5F5F5F. Windows color (decimal): -259708 or 8653308. OLE color: 8653308.

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

Color convert

RGB2529132-
CMYK00.960.480.01
HSL329.63º97.59%51.18%-
HSV(B)329.63º96.43%98.82%-
XYZ44.4122.5623.84-
YUV95.68148.51239.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.12%
GREEN value IS 9 (3.91% from 255) = 2.29%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=64.12%
G=2.29%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252913200.960.480.01329.6397.5951.18
HexFC98406030114a6233
Octal37411204014060151214263
Binary111111001001100001000110000011000011010010101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0984; }

 p { color: rgb(252,9,132); }

 H1.HeaderClassName
 {
   color: #FC0984;
 }
 .AnyTagClassName
 {
   color: #FC0984;
 }
</style>
background-color css

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

 a { background-color: rgb(252,9,132); }

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

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

 span { border-color: rgb(252,9,132); }

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