Html Css Color HEX #FC1593 Deep Pink

📋 copy color: '#FC1593'

red 252 ◦ green 21 ◦ blue 147

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

Shades of Deep Pink #FC1593

Tints of Deep Pink #FC1593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

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

R = 60%
G = 5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC1593 (or 0xFC1593) is known color: Deep Pink. HEX triplet: FC, 15 and 93. RGB value is (252,21,147). Sum of RGB (Red+Green+Blue) = 252+21+147=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1593 is #03EA6C. Grayscale: #686868. Windows color (decimal): -256621 or 9639420. OLE color: 9639420.

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

Color convert

RGB 252 21 147 -
CMYK 0 0.92 0.42 0.01
HSL 327.27º 0.97% 0.54% -
HSV(B) 327.27º 0.92% 0.99% -
XYZ 45.68 23.34 29.7 -
YUV 104.43 152.03 233.25 -
System Red Green Blue C M Y K H S L
Decimal 252 21 147 0 0.92 0.42 0.01 327.27 0.97 0.54
Hex FC 15 93 0 5C 2A 1 147 61 36
Octal 374 25 223 0 134 52 1 507 141 66
Binary 11111100 10101 10010011 0 1011100 101010 1 101000111 1100001 110110

Color Harmonies of #FC1593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1593

Black with #FC1593

Text Example


Text Example

White with #FC1593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1593; }

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

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

background-color css

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

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

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

border-color css

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

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

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