Html Css Color HEX #FC1773 Deep Pink

📋 copy color: '#FC1773'

red 252 ◦ green 23 ◦ blue 115

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

Shades of Deep Pink #FC1773

Tints of Deep Pink #FC1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.9%

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 64.62%
G = 5.9%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC1773 (or 0xFC1773) is known color: Deep Pink. HEX triplet: FC, 17 and 73. RGB value is (252,23,115). Sum of RGB (Red+Green+Blue) = 252+23+115=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1773 is #03E88C. Grayscale: #656565. Windows color (decimal): -256141 or 7542780. OLE color: 7542780.

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

Color convert

RGB 252 23 115 -
CMYK 0 0.91 0.54 0.01
HSL 335.9º 0.97% 0.54% -
HSV(B) 335.9º 0.91% 0.99% -
XYZ 43.55 22.55 18.28 -
YUV 101.96 135.37 235.02 -
System Red Green Blue C M Y K H S L
Decimal 252 23 115 0 0.91 0.54 0.01 335.9 0.97 0.54
Hex FC 17 73 0 5B 36 1 150 61 36
Octal 374 27 163 0 133 66 1 520 141 66
Binary 11111100 10111 1110011 0 1011011 110110 1 101010000 1100001 110110

Color Harmonies of #FC1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1773

Black with #FC1773

Text Example


Text Example

White with #FC1773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1773; }

 p { color: rgb(252,23,115); }

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

background-color css

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

 a { background-color: rgb(252,23,115); }

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

border-color css

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

 span { border-color: rgb(252,23,115); }

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