Html Css Color HEX #FC1A88 Deep Pink

📋 copy color: '#FC1A88'

red 252 ◦ green 26 ◦ blue 136

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

Shades of Deep Pink #FC1A88

Tints of Deep Pink #FC1A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 60.87%
G = 6.28%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC1A88 (or 0xFC1A88) is known color: Deep Pink. HEX triplet: FC, 1A and 88. RGB value is (252,26,136). Sum of RGB (Red+Green+Blue) = 252+26+136=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A88 is #03E577. Grayscale: #696969. Windows color (decimal): -255352 or 8919804. OLE color: 8919804.

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

Color convert

RGB 252 26 136 -
CMYK 0 0.90 0.46 0.01
HSL 330.8º 0.97% 0.55% -
HSV(B) 330.8º 0.9% 0.99% -
XYZ 44.96 23.21 25.4 -
YUV 106.11 144.87 232.06 -
System Red Green Blue C M Y K H S L
Decimal 252 26 136 0 0.90 0.46 0.01 330.8 0.97 0.55
Hex FC 1A 88 0 5A 2E 1 14B 61 37
Octal 374 32 210 0 132 56 1 513 141 67
Binary 11111100 11010 10001000 0 1011010 101110 1 101001011 1100001 110111

Color Harmonies of #FC1A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A88

Black with #FC1A88

Text Example


Text Example

White with #FC1A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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