Html Css Color HEX #FC027C Deep Pink

📋 copy color: '#FC027C'

red 252 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #FC027C

Tints of Deep Pink #FC027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 66.67%
G = 0.53%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC027C (or 0xFC027C) is known color: Deep Pink. HEX triplet: FC, 02 and 7C. RGB value is (252,2,124). Sum of RGB (Red+Green+Blue) = 252+2+124=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC027C is #03FD83. Grayscale: #5A5A5A. Windows color (decimal): -261508 or 8127228. OLE color: 8127228.

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

Color convert

RGB 252 2 124 -
CMYK 0 0.99 0.51 0.01
HSL 330.72º 0.98% 0.5% -
HSV(B) 330.72º 0.99% 0.99% -
XYZ 43.8 22.19 21.04 -
YUV 90.66 146.83 243.08 -
System Red Green Blue C M Y K H S L
Decimal 252 2 124 0 0.99 0.51 0.01 330.72 0.98 0.5
Hex FC 2 7C 0 63 33 1 14B 62 32
Octal 374 2 174 0 143 63 1 513 142 62
Binary 11111100 10 1111100 0 1100011 110011 1 101001011 1100010 110010

Color Harmonies of #FC027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC027C

Black with #FC027C

Text Example


Text Example

White with #FC027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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