Html Css Color HEX #FC0290 Deep Pink

📋 copy color: '#FC0290'

red 252 ◦ green 2 ◦ blue 144

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

Shades of Deep Pink #FC0290

Tints of Deep Pink #FC0290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 63.32%
G = 0.5%
B = 36.18%

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

#FC0290 (or 0xFC0290) is known color: Deep Pink. HEX triplet: FC, 02 and 90. RGB value is (252,2,144). Sum of RGB (Red+Green+Blue) = 252+2+144=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0290 is #03FD6F. Grayscale: #5C5C5C. Windows color (decimal): -261488 or 9437948. OLE color: 9437948.

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

Color convert

RGB 252 2 144 -
CMYK 0 0.99 0.43 0.01
HSL 325.92º 0.98% 0.5% -
HSV(B) 325.92º 0.99% 0.99% -
XYZ 45.2 22.75 28.39 -
YUV 92.94 156.83 241.45 -
System Red Green Blue C M Y K H S L
Decimal 252 2 144 0 0.99 0.43 0.01 325.92 0.98 0.5
Hex FC 2 90 0 63 2B 1 146 62 32
Octal 374 2 220 0 143 53 1 506 142 62
Binary 11111100 10 10010000 0 1100011 101011 1 101000110 1100010 110010

Color Harmonies of #FC0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0290

Black with #FC0290

Text Example


Text Example

White with #FC0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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