Html Css Color HEX #FC0584 Deep Pink

📋 copy color: '#FC0584'

red 252 ◦ green 5 ◦ blue 132

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

Shades of Deep Pink #FC0584

Tints of Deep Pink #FC0584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 64.78%
G = 1.29%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0584 (or 0xFC0584) is known color: Deep Pink. HEX triplet: FC, 05 and 84. RGB value is (252,5,132). Sum of RGB (Red+Green+Blue) = 252+5+132=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0584 is #03FA7B. Grayscale: #5D5D5D. Windows color (decimal): -260732 or 8652284. OLE color: 8652284.

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

Color convert

RGB 252 5 132 -
CMYK 0 0.98 0.48 0.01
HSL 329.15º 0.98% 0.5% -
HSV(B) 329.15º 0.98% 0.99% -
XYZ 44.36 22.47 23.83 -
YUV 93.33 149.83 241.17 -
System Red Green Blue C M Y K H S L
Decimal 252 5 132 0 0.98 0.48 0.01 329.15 0.98 0.5
Hex FC 5 84 0 62 30 1 149 62 32
Octal 374 5 204 0 142 60 1 511 142 62
Binary 11111100 101 10000100 0 1100010 110000 1 101001001 1100010 110010

Color Harmonies of #FC0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0584

Black with #FC0584

Text Example


Text Example

White with #FC0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0584; }

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

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

background-color css

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

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

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

border-color css

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

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

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