Html Css Color HEX #FC0882 Deep Pink

📋 copy color: '#FC0882'

red 252 ◦ green 8 ◦ blue 130

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

Shades of Deep Pink #FC0882

Tints of Deep Pink #FC0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.05%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 64.62%
G = 2.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0882 (or 0xFC0882) is known color: Deep Pink. HEX triplet: FC, 08 and 82. RGB value is (252,8,130). Sum of RGB (Red+Green+Blue) = 252+8+130=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0882 is #03F77D. Grayscale: #5E5E5E. Windows color (decimal): -259966 or 8521980. OLE color: 8521980.

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

Color convert

RGB 252 8 130 -
CMYK 0 0.97 0.48 0.01
HSL 330º 0.98% 0.51% -
HSV(B) 330º 0.97% 0.99% -
XYZ 44.26 22.48 23.13 -
YUV 94.86 147.84 240.08 -
System Red Green Blue C M Y K H S L
Decimal 252 8 130 0 0.97 0.48 0.01 330 0.98 0.51
Hex FC 8 82 0 61 30 1 14A 62 33
Octal 374 10 202 0 141 60 1 512 142 63
Binary 11111100 1000 10000010 0 1100001 110000 1 101001010 1100010 110011

Color Harmonies of #FC0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0882

Black with #FC0882

Text Example


Text Example

White with #FC0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0882; }

 p { color: rgb(252,8,130); }

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

background-color css

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

 a { background-color: rgb(252,8,130); }

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

border-color css

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

 span { border-color: rgb(252,8,130); }

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