Html Css Color HEX #FC188C Deep Pink

📋 copy color: '#FC188C'

red 252 ◦ green 24 ◦ blue 140

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

Shades of Deep Pink #FC188C

Tints of Deep Pink #FC188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 60.58%
G = 5.77%
B = 33.65%

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

#FC188C (or 0xFC188C) is known color: Deep Pink. HEX triplet: FC, 18 and 8C. RGB value is (252,24,140). Sum of RGB (Red+Green+Blue) = 252+24+140=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC188C is #03E773. Grayscale: #696969. Windows color (decimal): -255860 or 9181436. OLE color: 9181436.

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

Color convert

RGB 252 24 140 -
CMYK 0 0.90 0.44 0.01
HSL 329.47º 0.97% 0.54% -
HSV(B) 329.47º 0.9% 0.99% -
XYZ 45.21 23.24 26.91 -
YUV 105.4 147.54 232.57 -
System Red Green Blue C M Y K H S L
Decimal 252 24 140 0 0.90 0.44 0.01 329.47 0.97 0.54
Hex FC 18 8C 0 5A 2C 1 149 61 36
Octal 374 30 214 0 132 54 1 511 141 66
Binary 11111100 11000 10001100 0 1011010 101100 1 101001001 1100001 110110

Color Harmonies of #FC188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC188C

Black with #FC188C

Text Example


Text Example

White with #FC188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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