Html Css Color HEX #FC1793 Deep Pink

📋 copy color: '#FC1793'

red 252 ◦ green 23 ◦ blue 147

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

Shades of Deep Pink #FC1793

Tints of Deep Pink #FC1793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 59.72%
G = 5.45%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC1793 (or 0xFC1793) is known color: Deep Pink. HEX triplet: FC, 17 and 93. RGB value is (252,23,147). Sum of RGB (Red+Green+Blue) = 252+23+147=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1793 is #03E86C. Grayscale: #696969. Windows color (decimal): -256109 or 9639932. OLE color: 9639932.

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

Color convert

RGB 252 23 147 -
CMYK 0 0.91 0.42 0.01
HSL 327.51º 0.97% 0.54% -
HSV(B) 327.51º 0.91% 0.99% -
XYZ 45.72 23.41 29.71 -
YUV 105.61 151.37 232.42 -
System Red Green Blue C M Y K H S L
Decimal 252 23 147 0 0.91 0.42 0.01 327.51 0.97 0.54
Hex FC 17 93 0 5B 2A 1 148 61 36
Octal 374 27 223 0 133 52 1 510 141 66
Binary 11111100 10111 10010011 0 1011011 101010 1 101001000 1100001 110110

Color Harmonies of #FC1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1793

Black with #FC1793

Text Example


Text Example

White with #FC1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1793; }

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

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

background-color css

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

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

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

border-color css

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

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

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