Html Css Color HEX #FC208D Deep Pink

📋 copy color: '#FC208D'

red 252 ◦ green 32 ◦ blue 141

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

Shades of Deep Pink #FC208D

Tints of Deep Pink #FC208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

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

R = 59.29%
G = 7.53%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC208D (or 0xFC208D) is known color: Deep Pink. HEX triplet: FC, 20 and 8D. RGB value is (252,32,141). Sum of RGB (Red+Green+Blue) = 252+32+141=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC208D is #03DF72. Grayscale: #6D6D6D. Windows color (decimal): -253811 or 9249020. OLE color: 9249020.

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

Color convert

RGB 252 32 141 -
CMYK 0 0.87 0.44 0.01
HSL 330.27º 0.97% 0.56% -
HSV(B) 330.27º 0.87% 0.99% -
XYZ 45.47 23.65 27.37 -
YUV 110.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 252 32 141 0 0.87 0.44 0.01 330.27 0.97 0.56
Hex FC 20 8D 0 57 2C 1 14A 61 38
Octal 374 40 215 0 127 54 1 512 141 70
Binary 11111100 100000 10001101 0 1010111 101100 1 101001010 1100001 111000

Color Harmonies of #FC208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC208D

Black with #FC208D

Text Example


Text Example

White with #FC208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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