Html Css Color HEX #FC188D Deep Pink

📋 copy color: '#FC188D'

red 252 ◦ green 24 ◦ blue 141

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

Shades of Deep Pink #FC188D

Tints of Deep Pink #FC188D

RGB

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

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

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

R = 60.43%
G = 5.76%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC188D (or 0xFC188D) is known color: Deep Pink. HEX triplet: FC, 18 and 8D. RGB value is (252,24,141). Sum of RGB (Red+Green+Blue) = 252+24+141=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC188D is #03E772. Grayscale: #696969. Windows color (decimal): -255859 or 9246972. OLE color: 9246972.

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

Color convert

RGB 252 24 141 -
CMYK 0 0.90 0.44 0.01
HSL 329.21º 0.97% 0.54% -
HSV(B) 329.21º 0.9% 0.99% -
XYZ 45.28 23.27 27.3 -
YUV 105.51 148.04 232.49 -
System Red Green Blue C M Y K H S L
Decimal 252 24 141 0 0.90 0.44 0.01 329.21 0.97 0.54
Hex FC 18 8D 0 5A 2C 1 149 61 36
Octal 374 30 215 0 132 54 1 511 141 66
Binary 11111100 11000 10001101 0 1011010 101100 1 101001001 1100001 110110

Color Harmonies of #FC188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC188D

Black with #FC188D

Text Example


Text Example

White with #FC188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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