Html Css Color HEX #FC189D Deep Pink

📋 copy color: '#FC189D'

red 252 ◦ green 24 ◦ blue 157

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

Shades of Deep Pink #FC189D

Tints of Deep Pink #FC189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 58.2%
G = 5.54%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC189D (or 0xFC189D) is known color: Deep Pink. HEX triplet: FC, 18 and 9D. RGB value is (252,24,157). Sum of RGB (Red+Green+Blue) = 252+24+157=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC189D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC189D is #03E762. Grayscale: #6B6B6B. Windows color (decimal): -255843 or 10295548. OLE color: 10295548.

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

Color convert

RGB 252 24 157 -
CMYK 0 0.90 0.38 0.01
HSL 325º 0.97% 0.54% -
HSV(B) 325º 0.9% 0.99% -
XYZ 46.56 23.78 34.04 -
YUV 107.33 156.04 231.19 -
System Red Green Blue C M Y K H S L
Decimal 252 24 157 0 0.90 0.38 0.01 325 0.97 0.54
Hex FC 18 9D 0 5A 26 1 145 61 36
Octal 374 30 235 0 132 46 1 505 141 66
Binary 11111100 11000 10011101 0 1011010 100110 1 101000101 1100001 110110

Color Harmonies of #FC189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC189D

Black with #FC189D

Text Example


Text Example

White with #FC189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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