Html Css Color HEX #FC0082 Deep Pink

📋 copy color: '#FC0082'

red 252 ◦ green 0 ◦ blue 130

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

Shades of Deep Pink #FC0082

Tints of Deep Pink #FC0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.97%
G = 0%
B = 34.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0082 (or 0xFC0082) is known color: Deep Pink. HEX triplet: FC, 00 and 82. RGB value is (252,0,130). Sum of RGB (Red+Green+Blue) = 252+0+130=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0082 is #03FF7D. Grayscale: #595959. Windows color (decimal): -262014 or 8519932. OLE color: 8519932.

HSL color Cylindrical-coordinate representation of color #FC0082: hue angle of 329.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0082 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 130 -
CMYK 0 1 0.48 0.01
HSL 329.05º 1% 0.49% -
HSV(B) 329.05º 1% 0.99% -
XYZ 44.17 22.31 23.1 -
YUV 90.17 150.49 243.43 -
System Red Green Blue C M Y K H S L
Decimal 252 0 130 0 1 0.48 0.01 329.05 1 0.49
Hex FC 0 82 0 64 30 1 149 64 31
Octal 374 0 202 0 144 60 1 511 144 61
Binary 11111100 0 10000010 0 1100100 110000 1 101001001 1100100 110001

Color Harmonies of #FC0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0082

Black with #FC0082

Text Example


Text Example

White with #FC0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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