Html Css Color HEX #FC028E Deep Pink

📋 copy color: '#FC028E'

red 252 ◦ green 2 ◦ blue 142

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

Shades of Deep Pink #FC028E

Tints of Deep Pink #FC028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 63.64%
G = 0.51%
B = 35.86%

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

#FC028E (or 0xFC028E) is known color: Deep Pink. HEX triplet: FC, 02 and 8E. RGB value is (252,2,142). Sum of RGB (Red+Green+Blue) = 252+2+142=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC028E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC028E is #03FD71. Grayscale: #5C5C5C. Windows color (decimal): -261490 or 9306876. OLE color: 9306876.

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

Color convert

RGB 252 2 142 -
CMYK 0 0.99 0.44 0.01
HSL 326.4º 0.98% 0.5% -
HSV(B) 326.4º 0.99% 0.99% -
XYZ 45.05 22.69 27.6 -
YUV 92.71 155.83 241.62 -
System Red Green Blue C M Y K H S L
Decimal 252 2 142 0 0.99 0.44 0.01 326.4 0.98 0.5
Hex FC 2 8E 0 63 2C 1 146 62 32
Octal 374 2 216 0 143 54 1 506 142 62
Binary 11111100 10 10001110 0 1100011 101100 1 101000110 1100010 110010

Color Harmonies of #FC028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC028E

Black with #FC028E

Text Example


Text Example

White with #FC028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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