Html Css Color HEX #FC1A8C Deep Pink

📋 copy color: '#FC1A8C'

red 252 ◦ green 26 ◦ blue 140

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

Shades of Deep Pink #FC1A8C

Tints of Deep Pink #FC1A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 60.29%
G = 6.22%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC1A8C (or 0xFC1A8C) is known color: Deep Pink. HEX triplet: FC, 1A and 8C. RGB value is (252,26,140). Sum of RGB (Red+Green+Blue) = 252+26+140=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A8C is #03E573. Grayscale: #6A6A6A. Windows color (decimal): -255348 or 9181948. OLE color: 9181948.

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

Color convert

RGB 252 26 140 -
CMYK 0 0.90 0.44 0.01
HSL 329.73º 0.97% 0.55% -
HSV(B) 329.73º 0.9% 0.99% -
XYZ 45.25 23.33 26.93 -
YUV 106.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 252 26 140 0 0.90 0.44 0.01 329.73 0.97 0.55
Hex FC 1A 8C 0 5A 2C 1 14A 61 37
Octal 374 32 214 0 132 54 1 512 141 67
Binary 11111100 11010 10001100 0 1011010 101100 1 101001010 1100001 110111

Color Harmonies of #FC1A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A8C

Black with #FC1A8C

Text Example


Text Example

White with #FC1A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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