Html Css Color HEX #FC1A9E Deep Pink

📋 copy color: '#FC1A9E'

red 252 ◦ green 26 ◦ blue 158

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

Shades of Deep Pink #FC1A9E

Tints of Deep Pink #FC1A9E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.96%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 57.8%
G = 5.96%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC1A9E (or 0xFC1A9E) is known color: Deep Pink. HEX triplet: FC, 1A and 9E. RGB value is (252,26,158). Sum of RGB (Red+Green+Blue) = 252+26+158=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A9E is #03E561. Grayscale: #6C6C6C. Windows color (decimal): -255330 or 10361596. OLE color: 10361596.

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

Color convert

RGB 252 26 158 -
CMYK 0 0.90 0.37 0.01
HSL 324.96º 0.97% 0.55% -
HSV(B) 324.96º 0.9% 0.99% -
XYZ 46.69 23.9 34.5 -
YUV 108.62 155.87 230.27 -
System Red Green Blue C M Y K H S L
Decimal 252 26 158 0 0.90 0.37 0.01 324.96 0.97 0.55
Hex FC 1A 9E 0 5A 25 1 145 61 37
Octal 374 32 236 0 132 45 1 505 141 67
Binary 11111100 11010 10011110 0 1011010 100101 1 101000101 1100001 110111

Color Harmonies of #FC1A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A9E

Black with #FC1A9E

Text Example


Text Example

White with #FC1A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A9E; }

 p { color: rgb(252,26,158); }

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

background-color css

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

 a { background-color: rgb(252,26,158); }

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

border-color css

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

 span { border-color: rgb(252,26,158); }

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