Html Css Color HEX #FC187E Deep Pink

📋 copy color: '#FC187E'

red 252 ◦ green 24 ◦ blue 126

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

Shades of Deep Pink #FC187E

Tints of Deep Pink #FC187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.97%

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 62.69%
G = 5.97%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC187E (or 0xFC187E) is known color: Deep Pink. HEX triplet: FC, 18 and 7E. RGB value is (252,24,126). Sum of RGB (Red+Green+Blue) = 252+24+126=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC187E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC187E is #03E781. Grayscale: #676767. Windows color (decimal): -255874 or 8263932. OLE color: 8263932.

HSL color Cylindrical-coordinate representation of color #FC187E: hue angle of 333.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC187E is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 24 126 -
CMYK 0 0.90 0.5 0.01
HSL 333.16º 0.97% 0.54% -
HSV(B) 333.16º 0.9% 0.99% -
XYZ 44.24 22.86 21.82 -
YUV 103.8 140.54 233.71 -
System Red Green Blue C M Y K H S L
Decimal 252 24 126 0 0.90 0.5 0.01 333.16 0.97 0.54
Hex FC 18 7E 0 5A 32 1 14D 61 36
Octal 374 30 176 0 132 62 1 515 141 66
Binary 11111100 11000 1111110 0 1011010 110010 1 101001101 1100001 110110

Color Harmonies of #FC187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC187E

Black with #FC187E

Text Example


Text Example

White with #FC187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC187E; }

 p { color: rgb(252,24,126); }

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

background-color css

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

 a { background-color: rgb(252,24,126); }

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

border-color css

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

 span { border-color: rgb(252,24,126); }

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