Html Css Color HEX #FC158C Deep Pink

📋 copy color: '#FC158C'

red 252 ◦ green 21 ◦ blue 140

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

Shades of Deep Pink #FC158C

Tints of Deep Pink #FC158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.08%

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

R = 61.02%
G = 5.08%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC158C (or 0xFC158C) is known color: Deep Pink. HEX triplet: FC, 15 and 8C. RGB value is (252,21,140). Sum of RGB (Red+Green+Blue) = 252+21+140=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC158C is #03EA73. Grayscale: #676767. Windows color (decimal): -256628 or 9180668. OLE color: 9180668.

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

Color convert

RGB 252 21 140 -
CMYK 0 0.92 0.44 0.01
HSL 329.09º 0.97% 0.54% -
HSV(B) 329.09º 0.92% 0.99% -
XYZ 45.15 23.13 26.9 -
YUV 103.64 148.53 233.82 -
System Red Green Blue C M Y K H S L
Decimal 252 21 140 0 0.92 0.44 0.01 329.09 0.97 0.54
Hex FC 15 8C 0 5C 2C 1 149 61 36
Octal 374 25 214 0 134 54 1 511 141 66
Binary 11111100 10101 10001100 0 1011100 101100 1 101001001 1100001 110110

Color Harmonies of #FC158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC158C

Black with #FC158C

Text Example


Text Example

White with #FC158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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