Html Css Color HEX #FC0182 Deep Pink

📋 copy color: '#FC0182'

red 252 ◦ green 1 ◦ blue 130

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

Shades of Deep Pink #FC0182

Tints of Deep Pink #FC0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 65.8%
G = 0.26%
B = 33.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC0182 (or 0xFC0182) is known color: Deep Pink. HEX triplet: FC, 01 and 82. RGB value is (252,1,130). Sum of RGB (Red+Green+Blue) = 252+1+130=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0182 is #03FE7D. Grayscale: #5A5A5A. Windows color (decimal): -261758 or 8520188. OLE color: 8520188.

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

Color convert

RGB 252 1 130 -
CMYK 0 1.00 0.48 0.01
HSL 329.16º 0.99% 0.5% -
HSV(B) 329.16º 1% 0.99% -
XYZ 44.19 22.33 23.1 -
YUV 90.76 150.16 243.01 -
System Red Green Blue C M Y K H S L
Decimal 252 1 130 0 1.00 0.48 0.01 329.16 0.99 0.5
Hex FC 1 82 0 64 30 1 149 63 32
Octal 374 1 202 0 144 60 1 511 143 62
Binary 11111100 1 10000010 0 1100100 110000 1 101001001 1100011 110010

Color Harmonies of #FC0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0182

Black with #FC0182

Text Example


Text Example

White with #FC0182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0182; }

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

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

background-color css

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

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

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

border-color css

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

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

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