Html Css Color HEX #FC0488 Deep Pink

📋 copy color: '#FC0488'

red 252 ◦ green 4 ◦ blue 136

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

Shades of Deep Pink #FC0488

Tints of Deep Pink #FC0488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 64.29%
G = 1.02%
B = 34.69%

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

#FC0488 (or 0xFC0488) is known color: Deep Pink. HEX triplet: FC, 04 and 88. RGB value is (252,4,136). Sum of RGB (Red+Green+Blue) = 252+4+136=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0488 is #03FB77. Grayscale: #5C5C5C. Windows color (decimal): -260984 or 8914172. OLE color: 8914172.

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

Color convert

RGB 252 4 136 -
CMYK 0 0.98 0.46 0.01
HSL 328.06º 0.98% 0.5% -
HSV(B) 328.06º 0.98% 0.99% -
XYZ 44.63 22.56 25.29 -
YUV 93.2 152.16 241.27 -
System Red Green Blue C M Y K H S L
Decimal 252 4 136 0 0.98 0.46 0.01 328.06 0.98 0.5
Hex FC 4 88 0 62 2E 1 148 62 32
Octal 374 4 210 0 142 56 1 510 142 62
Binary 11111100 100 10001000 0 1100010 101110 1 101001000 1100010 110010

Color Harmonies of #FC0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0488

Black with #FC0488

Text Example


Text Example

White with #FC0488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0488; }

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

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

background-color css

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

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

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

border-color css

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

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

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