Html Css Color HEX #FC0593 Deep Pink

📋 copy color: '#FC0593'

red 252 ◦ green 5 ◦ blue 147

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

Shades of Deep Pink #FC0593

Tints of Deep Pink #FC0593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 62.38%
G = 1.24%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0593 (or 0xFC0593) is known color: Deep Pink. HEX triplet: FC, 05 and 93. RGB value is (252,5,147). Sum of RGB (Red+Green+Blue) = 252+5+147=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0593 is #03FA6C. Grayscale: #5E5E5E. Windows color (decimal): -260717 or 9635324. OLE color: 9635324.

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

Color convert

RGB 252 5 147 -
CMYK 0 0.98 0.42 0.01
HSL 325.51º 0.98% 0.5% -
HSV(B) 325.51º 0.98% 0.99% -
XYZ 45.47 22.91 29.63 -
YUV 95.04 157.33 239.95 -
System Red Green Blue C M Y K H S L
Decimal 252 5 147 0 0.98 0.42 0.01 325.51 0.98 0.5
Hex FC 5 93 0 62 2A 1 146 62 32
Octal 374 5 223 0 142 52 1 506 142 62
Binary 11111100 101 10010011 0 1100010 101010 1 101000110 1100010 110010

Color Harmonies of #FC0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0593

Black with #FC0593

Text Example


Text Example

White with #FC0593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0593; }

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

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

background-color css

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

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

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

border-color css

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

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

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