Html Css Color HEX #FC1B9D Deep Pink

📋 copy color: '#FC1B9D'

red 252 ◦ green 27 ◦ blue 157

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

Shades of Deep Pink #FC1B9D

Tints of Deep Pink #FC1B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.19%

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

R = 57.8%
G = 6.19%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC1B9D (or 0xFC1B9D) is known color: Deep Pink. HEX triplet: FC, 1B and 9D. RGB value is (252,27,157). Sum of RGB (Red+Green+Blue) = 252+27+157=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1B9D is #03E462. Grayscale: #6C6C6C. Windows color (decimal): -255075 or 10296316. OLE color: 10296316.

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

Color convert

RGB 252 27 157 -
CMYK 0 0.89 0.38 0.01
HSL 325.33º 0.97% 0.55% -
HSV(B) 325.33º 0.89% 0.99% -
XYZ 46.62 23.91 34.06 -
YUV 109.1 155.04 229.93 -
System Red Green Blue C M Y K H S L
Decimal 252 27 157 0 0.89 0.38 0.01 325.33 0.97 0.55
Hex FC 1B 9D 0 59 26 1 145 61 37
Octal 374 33 235 0 131 46 1 505 141 67
Binary 11111100 11011 10011101 0 1011001 100110 1 101000101 1100001 110111

Color Harmonies of #FC1B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B9D

Black with #FC1B9D

Text Example


Text Example

White with #FC1B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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