Html Css Color HEX #FC1C95 Deep Pink

📋 copy color: '#FC1C95'

red 252 ◦ green 28 ◦ blue 149

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

Shades of Deep Pink #FC1C95

Tints of Deep Pink #FC1C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.53%

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 58.74%
G = 6.53%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC1C95 (or 0xFC1C95) is known color: Deep Pink. HEX triplet: FC, 1C and 95. RGB value is (252,28,149). Sum of RGB (Red+Green+Blue) = 252+28+149=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1C95 is #03E36A. Grayscale: #6C6C6C. Windows color (decimal): -254827 or 9772284. OLE color: 9772284.

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

Color convert

RGB 252 28 149 -
CMYK 0 0.89 0.41 0.01
HSL 327.59º 0.97% 0.55% -
HSV(B) 327.59º 0.89% 0.99% -
XYZ 45.98 23.7 30.58 -
YUV 108.77 150.71 230.16 -
System Red Green Blue C M Y K H S L
Decimal 252 28 149 0 0.89 0.41 0.01 327.59 0.97 0.55
Hex FC 1C 95 0 59 29 1 148 61 37
Octal 374 34 225 0 131 51 1 510 141 67
Binary 11111100 11100 10010101 0 1011001 101001 1 101001000 1100001 110111

Color Harmonies of #FC1C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C95

Black with #FC1C95

Text Example


Text Example

White with #FC1C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C95; }

 p { color: rgb(252,28,149); }

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

background-color css

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

 a { background-color: rgb(252,28,149); }

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

border-color css

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

 span { border-color: rgb(252,28,149); }

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