Html Css Color HEX #FC0391 Deep Pink

📋 copy color: '#FC0391'

red 252 ◦ green 3 ◦ blue 145

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

Shades of Deep Pink #FC0391

Tints of Deep Pink #FC0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 63%
G = 0.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0391 (or 0xFC0391) is known color: Deep Pink. HEX triplet: FC, 03 and 91. RGB value is (252,3,145). Sum of RGB (Red+Green+Blue) = 252+3+145=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0391 is #03FC6E. Grayscale: #5D5D5D. Windows color (decimal): -261231 or 9503740. OLE color: 9503740.

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

Color convert

RGB 252 3 145 -
CMYK 0 0.99 0.42 0.01
HSL 325.78º 0.98% 0.5% -
HSV(B) 325.78º 0.99% 0.99% -
XYZ 45.29 22.8 28.8 -
YUV 93.64 156.99 240.95 -
System Red Green Blue C M Y K H S L
Decimal 252 3 145 0 0.99 0.42 0.01 325.78 0.98 0.5
Hex FC 3 91 0 63 2A 1 146 62 32
Octal 374 3 221 0 143 52 1 506 142 62
Binary 11111100 11 10010001 0 1100011 101010 1 101000110 1100010 110010

Color Harmonies of #FC0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0391

Black with #FC0391

Text Example


Text Example

White with #FC0391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0391; }

 p { color: rgb(252,3,145); }

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

background-color css

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

 a { background-color: rgb(252,3,145); }

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

border-color css

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

 span { border-color: rgb(252,3,145); }

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