Html Css Color HEX #FC028A Deep Pink

📋 copy color: '#FC028A'

red 252 ◦ green 2 ◦ blue 138

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

Shades of Deep Pink #FC028A

Tints of Deep Pink #FC028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 64.29%
G = 0.51%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC028A (or 0xFC028A) is known color: Deep Pink. HEX triplet: FC, 02 and 8A. RGB value is (252,2,138). Sum of RGB (Red+Green+Blue) = 252+2+138=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC028A is #03FD75. Grayscale: #5B5B5B. Windows color (decimal): -261494 or 9044732. OLE color: 9044732.

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

Color convert

RGB 252 2 138 -
CMYK 0 0.99 0.45 0.01
HSL 327.36º 0.98% 0.5% -
HSV(B) 327.36º 0.99% 0.99% -
XYZ 44.75 22.57 26.04 -
YUV 92.25 153.83 241.94 -
System Red Green Blue C M Y K H S L
Decimal 252 2 138 0 0.99 0.45 0.01 327.36 0.98 0.5
Hex FC 2 8A 0 63 2D 1 147 62 32
Octal 374 2 212 0 143 55 1 507 142 62
Binary 11111100 10 10001010 0 1100011 101101 1 101000111 1100010 110010

Color Harmonies of #FC028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC028A

Black with #FC028A

Text Example


Text Example

White with #FC028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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