Html Css Color HEX #FC1C99 Deep Pink

📋 copy color: '#FC1C99'

red 252 ◦ green 28 ◦ blue 153

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

Shades of Deep Pink #FC1C99

Tints of Deep Pink #FC1C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 58.2%
G = 6.47%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC1C99 (or 0xFC1C99) is known color: Deep Pink. HEX triplet: FC, 1C and 99. RGB value is (252,28,153). Sum of RGB (Red+Green+Blue) = 252+28+153=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1C99 is #03E366. Grayscale: #6C6C6C. Windows color (decimal): -254823 or 10034428. OLE color: 10034428.

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

Color convert

RGB 252 28 153 -
CMYK 0 0.89 0.39 0.01
HSL 326.52º 0.97% 0.55% -
HSV(B) 326.52º 0.89% 0.99% -
XYZ 46.31 23.83 32.3 -
YUV 109.23 152.71 229.84 -
System Red Green Blue C M Y K H S L
Decimal 252 28 153 0 0.89 0.39 0.01 326.52 0.97 0.55
Hex FC 1C 99 0 59 27 1 147 61 37
Octal 374 34 231 0 131 47 1 507 141 67
Binary 11111100 11100 10011001 0 1011001 100111 1 101000111 1100001 110111

Color Harmonies of #FC1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C99

Black with #FC1C99

Text Example


Text Example

White with #FC1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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