Html Css Color HEX #FC1993 Deep Pink

📋 copy color: '#FC1993'

red 252 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #FC1993

Tints of Deep Pink #FC1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.9%

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

R = 59.43%
G = 5.9%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC1993 (or 0xFC1993) is known color: Deep Pink. HEX triplet: FC, 19 and 93. RGB value is (252,25,147). Sum of RGB (Red+Green+Blue) = 252+25+147=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1993 is #03E66C. Grayscale: #6A6A6A. Windows color (decimal): -255597 or 9640444. OLE color: 9640444.

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

Color convert

RGB 252 25 147 -
CMYK 0 0.90 0.42 0.01
HSL 327.75º 0.97% 0.54% -
HSV(B) 327.75º 0.9% 0.99% -
XYZ 45.76 23.5 29.73 -
YUV 106.78 150.71 231.58 -
System Red Green Blue C M Y K H S L
Decimal 252 25 147 0 0.90 0.42 0.01 327.75 0.97 0.54
Hex FC 19 93 0 5A 2A 1 148 61 36
Octal 374 31 223 0 132 52 1 510 141 66
Binary 11111100 11001 10010011 0 1011010 101010 1 101001000 1100001 110110

Color Harmonies of #FC1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1993

Black with #FC1993

Text Example


Text Example

White with #FC1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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