Html Css Color HEX #FC0788 Deep Pink

📋 copy color: '#FC0788'

red 252 ◦ green 7 ◦ blue 136

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

Shades of Deep Pink #FC0788

Tints of Deep Pink #FC0788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.77%

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

R = 63.8%
G = 1.77%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC0788 (or 0xFC0788) is known color: Deep Pink. HEX triplet: FC, 07 and 88. RGB value is (252,7,136). Sum of RGB (Red+Green+Blue) = 252+7+136=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0788 is #03F877. Grayscale: #5E5E5E. Windows color (decimal): -260216 or 8914940. OLE color: 8914940.

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

Color convert

RGB 252 7 136 -
CMYK 0 0.97 0.46 0.01
HSL 328.41º 0.98% 0.51% -
HSV(B) 328.41º 0.97% 0.99% -
XYZ 44.66 22.62 25.31 -
YUV 94.96 151.17 240.01 -
System Red Green Blue C M Y K H S L
Decimal 252 7 136 0 0.97 0.46 0.01 328.41 0.98 0.51
Hex FC 7 88 0 61 2E 1 148 62 33
Octal 374 7 210 0 141 56 1 510 142 63
Binary 11111100 111 10001000 0 1100001 101110 1 101001000 1100010 110011

Color Harmonies of #FC0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0788

Black with #FC0788

Text Example


Text Example

White with #FC0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0788; }

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

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

background-color css

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

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

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

border-color css

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

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

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