Html Css Color HEX #FC0984 Deep Pink

📋 copy color: '#FC0984'

red 252 ◦ green 9 ◦ blue 132

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

Shades of Deep Pink #FC0984

Tints of Deep Pink #FC0984

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 value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0984 (or 0xFC0984) is known color: 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

RGB 252 9 132 -
CMYK 0 0.96 0.48 0.01
HSL 329.63º 0.98% 0.51% -
HSV(B) 329.63º 0.96% 0.99% -
XYZ 44.41 22.56 23.84 -
YUV 95.68 148.51 239.5 -
System Red Green Blue C M Y K H S L
Decimal 252 9 132 0 0.96 0.48 0.01 329.63 0.98 0.51
Hex FC 9 84 0 60 30 1 14A 62 33
Octal 374 11 204 0 140 60 1 512 142 63
Binary 11111100 1001 10000100 0 1100000 110000 1 101001010 1100010 110011

Color Harmonies of #FC0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0984

Black with #FC0984

Text Example


Text Example

White with #FC0984

Text Example


Text Example

HTML Codes & Css Web 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>