Html Css Color HEX #FC028D Deep Pink

📋 copy color: '#FC028D'

red 252 ◦ green 2 ◦ blue 141

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

Shades of Deep Pink #FC028D

Tints of Deep Pink #FC028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 63.8%
G = 0.51%
B = 35.7%

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

#FC028D (or 0xFC028D) is known color: Deep Pink. HEX triplet: FC, 02 and 8D. RGB value is (252,2,141). Sum of RGB (Red+Green+Blue) = 252+2+141=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC028D is #03FD72. Grayscale: #5C5C5C. Windows color (decimal): -261491 or 9241340. OLE color: 9241340.

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

Color convert

RGB 252 2 141 -
CMYK 0 0.99 0.44 0.01
HSL 326.64º 0.98% 0.5% -
HSV(B) 326.64º 0.99% 0.99% -
XYZ 44.97 22.66 27.2 -
YUV 92.6 155.33 241.7 -
System Red Green Blue C M Y K H S L
Decimal 252 2 141 0 0.99 0.44 0.01 326.64 0.98 0.5
Hex FC 2 8D 0 63 2C 1 147 62 32
Octal 374 2 215 0 143 54 1 507 142 62
Binary 11111100 10 10001101 0 1100011 101100 1 101000111 1100010 110010

Color Harmonies of #FC028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC028D

Black with #FC028D

Text Example


Text Example

White with #FC028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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