Html Css Color HEX #FC217D Deep Pink

📋 copy color: '#FC217D'

red 252 ◦ green 33 ◦ blue 125

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

Shades of Deep Pink #FC217D

Tints of Deep Pink #FC217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.05%

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

R = 61.46%
G = 8.05%
B = 30.49%

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

#FC217D (or 0xFC217D) is known color: Deep Pink. HEX triplet: FC, 21 and 7D. RGB value is (252,33,125). Sum of RGB (Red+Green+Blue) = 252+33+125=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC217D is #03DE82. Grayscale: #6C6C6C. Windows color (decimal): -253571 or 8200700. OLE color: 8200700.

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

Color convert

RGB 252 33 125 -
CMYK 0 0.87 0.50 0.01
HSL 334.79º 0.97% 0.56% -
HSV(B) 334.79º 0.87% 0.99% -
XYZ 44.39 23.26 21.55 -
YUV 108.97 137.05 230.02 -
System Red Green Blue C M Y K H S L
Decimal 252 33 125 0 0.87 0.50 0.01 334.79 0.97 0.56
Hex FC 21 7D 0 57 32 1 14F 61 38
Octal 374 41 175 0 127 62 1 517 141 70
Binary 11111100 100001 1111101 0 1010111 110010 1 101001111 1100001 111000

Color Harmonies of #FC217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC217D

Black with #FC217D

Text Example


Text Example

White with #FC217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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