Html Css Color HEX #FC008D Deep Pink

📋 copy color: '#FC008D'

red 252 ◦ green 0 ◦ blue 141

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

Shades of Deep Pink #FC008D

Tints of Deep Pink #FC008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.12%
G = 0%
B = 35.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC008D (or 0xFC008D) is known color: Deep Pink. HEX triplet: FC, 00 and 8D. RGB value is (252,0,141). Sum of RGB (Red+Green+Blue) = 252+0+141=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC008D is #03FF72. Grayscale: #5B5B5B. Windows color (decimal): -262003 or 9240828. OLE color: 9240828.

HSL color Cylindrical-coordinate representation of color #FC008D: hue angle of 326.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC008D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 141 -
CMYK 0 1 0.44 0.01
HSL 326.43º 1% 0.49% -
HSV(B) 326.43º 1% 0.99% -
XYZ 44.95 22.62 27.2 -
YUV 91.42 155.99 242.54 -
System Red Green Blue C M Y K H S L
Decimal 252 0 141 0 1 0.44 0.01 326.43 1 0.49
Hex FC 0 8D 0 64 2C 1 146 64 31
Octal 374 0 215 0 144 54 1 506 144 61
Binary 11111100 0 10001101 0 1100100 101100 1 101000110 1100100 110001

Color Harmonies of #FC008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC008D

Black with #FC008D

Text Example


Text Example

White with #FC008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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