Html Css Color HEX #FC0280 Deep Pink

📋 copy color: '#FC0280'

red 252 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #FC0280

Tints of Deep Pink #FC0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 65.97%
G = 0.52%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC0280 (or 0xFC0280) is known color: Deep Pink. HEX triplet: FC, 02 and 80. RGB value is (252,2,128). Sum of RGB (Red+Green+Blue) = 252+2+128=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0280 is #03FD7F. Grayscale: #5A5A5A. Windows color (decimal): -261504 or 8389372. OLE color: 8389372.

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

Color convert

RGB 252 2 128 -
CMYK 0 0.99 0.49 0.01
HSL 329.76º 0.98% 0.5% -
HSV(B) 329.76º 0.99% 0.99% -
XYZ 44.06 22.3 22.4 -
YUV 91.11 148.83 242.75 -
System Red Green Blue C M Y K H S L
Decimal 252 2 128 0 0.99 0.49 0.01 329.76 0.98 0.5
Hex FC 2 80 0 63 31 1 14A 62 32
Octal 374 2 200 0 143 61 1 512 142 62
Binary 11111100 10 10000000 0 1100011 110001 1 101001010 1100010 110010

Color Harmonies of #FC0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0280

Black with #FC0280

Text Example


Text Example

White with #FC0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0280; }

 p { color: rgb(252,2,128); }

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

background-color css

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

 a { background-color: rgb(252,2,128); }

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

border-color css

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

 span { border-color: rgb(252,2,128); }

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