Html Css Color HEX #FC1290 Deep Pink

📋 copy color: '#FC1290'

red 252 ◦ green 18 ◦ blue 144

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

Shades of Deep Pink #FC1290

Tints of Deep Pink #FC1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.35%

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

R = 60.87%
G = 4.35%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC1290 (or 0xFC1290) is known color: Deep Pink. HEX triplet: FC, 12 and 90. RGB value is (252,18,144). Sum of RGB (Red+Green+Blue) = 252+18+144=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1290 is #03ED6F. Grayscale: #666666. Windows color (decimal): -257392 or 9442044. OLE color: 9442044.

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

Color convert

RGB 252 18 144 -
CMYK 0 0.93 0.43 0.01
HSL 327.69º 0.98% 0.53% -
HSV(B) 327.69º 0.93% 0.99% -
XYZ 45.4 23.14 28.46 -
YUV 102.33 151.52 234.75 -
System Red Green Blue C M Y K H S L
Decimal 252 18 144 0 0.93 0.43 0.01 327.69 0.98 0.53
Hex FC 12 90 0 5D 2B 1 148 62 35
Octal 374 22 220 0 135 53 1 510 142 65
Binary 11111100 10010 10010000 0 1011101 101011 1 101001000 1100010 110101

Color Harmonies of #FC1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1290

Black with #FC1290

Text Example


Text Example

White with #FC1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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