Html Css Color HEX #FC0384 Deep Pink

📋 copy color: '#FC0384'

red 252 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #FC0384

Tints of Deep Pink #FC0384

RGB

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

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

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

R = 65.12%
G = 0.78%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0384 (or 0xFC0384) is known color: Deep Pink. HEX triplet: FC, 03 and 84. RGB value is (252,3,132). Sum of RGB (Red+Green+Blue) = 252+3+132=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0384 is #03FC7B. Grayscale: #5B5B5B. Windows color (decimal): -261244 or 8651772. OLE color: 8651772.

HSL color Cylindrical-coordinate representation of color #FC0384: hue angle of 328.92º 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 #FC0384 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 3 132 -
CMYK 0 0.99 0.48 0.01
HSL 328.92º 0.98% 0.5% -
HSV(B) 328.92º 0.99% 0.99% -
XYZ 44.34 22.43 23.82 -
YUV 92.16 150.49 242.01 -
System Red Green Blue C M Y K H S L
Decimal 252 3 132 0 0.99 0.48 0.01 328.92 0.98 0.5
Hex FC 3 84 0 63 30 1 149 62 32
Octal 374 3 204 0 143 60 1 511 142 62
Binary 11111100 11 10000100 0 1100011 110000 1 101001001 1100010 110010

Color Harmonies of #FC0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0384

Black with #FC0384

Text Example


Text Example

White with #FC0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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