Html Css Color HEX #FC207D Deep Pink

📋 copy color: '#FC207D'

red 252 ◦ green 32 ◦ blue 125

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

Shades of Deep Pink #FC207D

Tints of Deep Pink #FC207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 61.61%
G = 7.82%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC207D (or 0xFC207D) is known color: Deep Pink. HEX triplet: FC, 20 and 7D. RGB value is (252,32,125). Sum of RGB (Red+Green+Blue) = 252+32+125=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC207D is #03DF82. Grayscale: #6C6C6C. Windows color (decimal): -253827 or 8200444. OLE color: 8200444.

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

Color convert

RGB 252 32 125 -
CMYK 0 0.87 0.50 0.01
HSL 334.64º 0.97% 0.56% -
HSV(B) 334.64º 0.87% 0.99% -
XYZ 44.36 23.21 21.54 -
YUV 108.38 137.39 230.44 -
System Red Green Blue C M Y K H S L
Decimal 252 32 125 0 0.87 0.50 0.01 334.64 0.97 0.56
Hex FC 20 7D 0 57 32 1 14F 61 38
Octal 374 40 175 0 127 62 1 517 141 70
Binary 11111100 100000 1111101 0 1010111 110010 1 101001111 1100001 111000

Color Harmonies of #FC207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC207D

Black with #FC207D

Text Example


Text Example

White with #FC207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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