Html Css Color HEX #FC028C Deep Pink

📋 copy color: '#FC028C'

red 252 ◦ green 2 ◦ blue 140

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

Shades of Deep Pink #FC028C

Tints of Deep Pink #FC028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 63.96%
G = 0.51%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC028C (or 0xFC028C) is known color: Deep Pink. HEX triplet: FC, 02 and 8C. RGB value is (252,2,140). Sum of RGB (Red+Green+Blue) = 252+2+140=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC028C is #03FD73. Grayscale: #5C5C5C. Windows color (decimal): -261492 or 9175804. OLE color: 9175804.

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

Color convert

RGB 252 2 140 -
CMYK 0 0.99 0.44 0.01
HSL 326.88º 0.98% 0.5% -
HSV(B) 326.88º 0.99% 0.99% -
XYZ 44.9 22.63 26.81 -
YUV 92.48 154.83 241.78 -
System Red Green Blue C M Y K H S L
Decimal 252 2 140 0 0.99 0.44 0.01 326.88 0.98 0.5
Hex FC 2 8C 0 63 2C 1 147 62 32
Octal 374 2 214 0 143 54 1 507 142 62
Binary 11111100 10 10001100 0 1100011 101100 1 101000111 1100010 110010

Color Harmonies of #FC028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC028C

Black with #FC028C

Text Example


Text Example

White with #FC028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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