Html Css Color HEX #FC2187 Deep Pink

📋 copy color: '#FC2187'

red 252 ◦ green 33 ◦ blue 135

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

Shades of Deep Pink #FC2187

Tints of Deep Pink #FC2187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 60%
G = 7.86%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC2187 (or 0xFC2187) is known color: Deep Pink. HEX triplet: FC, 21 and 87. RGB value is (252,33,135). Sum of RGB (Red+Green+Blue) = 252+33+135=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2187 is #03DE78. Grayscale: #6D6D6D. Windows color (decimal): -253561 or 8856060. OLE color: 8856060.

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

Color convert

RGB 252 33 135 -
CMYK 0 0.87 0.46 0.01
HSL 332.05º 0.97% 0.56% -
HSV(B) 332.05º 0.87% 0.99% -
XYZ 45.06 23.53 25.09 -
YUV 110.11 142.05 229.21 -
System Red Green Blue C M Y K H S L
Decimal 252 33 135 0 0.87 0.46 0.01 332.05 0.97 0.56
Hex FC 21 87 0 57 2E 1 14C 61 38
Octal 374 41 207 0 127 56 1 514 141 70
Binary 11111100 100001 10000111 0 1010111 101110 1 101001100 1100001 111000

Color Harmonies of #FC2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2187

Black with #FC2187

Text Example


Text Example

White with #FC2187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2187; }

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

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

background-color css

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

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

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

border-color css

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

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

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