Html Css Color HEX #FC0487 Deep Pink

📋 copy color: '#FC0487'

red 252 ◦ green 4 ◦ blue 135

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

Shades of Deep Pink #FC0487

Tints of Deep Pink #FC0487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 135 (53.13% from 255) = 34.53%

R = 64.45%
G = 1.02%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC0487 (or 0xFC0487) is known color: Deep Pink. HEX triplet: FC, 04 and 87. RGB value is (252,4,135). Sum of RGB (Red+Green+Blue) = 252+4+135=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0487 is #03FB78. Grayscale: #5C5C5C. Windows color (decimal): -260985 or 8848636. OLE color: 8848636.

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

Color convert

RGB 252 4 135 -
CMYK 0 0.98 0.46 0.01
HSL 328.31º 0.98% 0.5% -
HSV(B) 328.31º 0.98% 0.99% -
XYZ 44.56 22.53 24.92 -
YUV 93.09 151.66 241.35 -
System Red Green Blue C M Y K H S L
Decimal 252 4 135 0 0.98 0.46 0.01 328.31 0.98 0.5
Hex FC 4 87 0 62 2E 1 148 62 32
Octal 374 4 207 0 142 56 1 510 142 62
Binary 11111100 100 10000111 0 1100010 101110 1 101001000 1100010 110010

Color Harmonies of #FC0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0487

Black with #FC0487

Text Example


Text Example

White with #FC0487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0487; }

 p { color: rgb(252,4,135); }

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

background-color css

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

 a { background-color: rgb(252,4,135); }

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

border-color css

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

 span { border-color: rgb(252,4,135); }

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