Html Css Color HEX #FC158D Deep Pink

📋 copy color: '#FC158D'

red 252 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #FC158D

Tints of Deep Pink #FC158D

RGB

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

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

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

R = 60.87%
G = 5.07%
B = 34.06%

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

#FC158D (or 0xFC158D) is known color: Deep Pink. HEX triplet: FC, 15 and 8D. RGB value is (252,21,141). Sum of RGB (Red+Green+Blue) = 252+21+141=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC158D is #03EA72. Grayscale: #676767. Windows color (decimal): -256627 or 9246204. OLE color: 9246204.

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

Color convert

RGB 252 21 141 -
CMYK 0 0.92 0.44 0.01
HSL 328.83º 0.97% 0.54% -
HSV(B) 328.83º 0.92% 0.99% -
XYZ 45.22 23.15 27.29 -
YUV 103.75 149.03 233.74 -
System Red Green Blue C M Y K H S L
Decimal 252 21 141 0 0.92 0.44 0.01 328.83 0.97 0.54
Hex FC 15 8D 0 5C 2C 1 149 61 36
Octal 374 25 215 0 134 54 1 511 141 66
Binary 11111100 10101 10001101 0 1011100 101100 1 101001001 1100001 110110

Color Harmonies of #FC158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC158D

Black with #FC158D

Text Example


Text Example

White with #FC158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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