Html Css Color HEX #FC0390 Deep Pink

📋 copy color: '#FC0390'

red 252 ◦ green 3 ◦ blue 144

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

Shades of Deep Pink #FC0390

Tints of Deep Pink #FC0390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 63.16%
G = 0.75%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC0390 (or 0xFC0390) is known color: Deep Pink. HEX triplet: FC, 03 and 90. RGB value is (252,3,144). Sum of RGB (Red+Green+Blue) = 252+3+144=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0390 is #03FC6F. Grayscale: #5D5D5D. Windows color (decimal): -261232 or 9438204. OLE color: 9438204.

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

Color convert

RGB 252 3 144 -
CMYK 0 0.99 0.43 0.01
HSL 326.02º 0.98% 0.5% -
HSV(B) 326.02º 0.99% 0.99% -
XYZ 45.21 22.77 28.4 -
YUV 93.53 156.49 241.04 -
System Red Green Blue C M Y K H S L
Decimal 252 3 144 0 0.99 0.43 0.01 326.02 0.98 0.5
Hex FC 3 90 0 63 2B 1 146 62 32
Octal 374 3 220 0 143 53 1 506 142 62
Binary 11111100 11 10010000 0 1100011 101011 1 101000110 1100010 110010

Color Harmonies of #FC0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0390

Black with #FC0390

Text Example


Text Example

White with #FC0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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