Html Css Color HEX #FC1A99 Deep Pink

📋 copy color: '#FC1A99'

red 252 ◦ green 26 ◦ blue 153

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

Shades of Deep Pink #FC1A99

Tints of Deep Pink #FC1A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 58.47%
G = 6.03%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC1A99 (or 0xFC1A99) is known color: Deep Pink. HEX triplet: FC, 1A and 99. RGB value is (252,26,153). Sum of RGB (Red+Green+Blue) = 252+26+153=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A99 is #03E566. Grayscale: #6B6B6B. Windows color (decimal): -255335 or 10033916. OLE color: 10033916.

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

Color convert

RGB 252 26 153 -
CMYK 0 0.90 0.39 0.01
HSL 326.28º 0.97% 0.55% -
HSV(B) 326.28º 0.9% 0.99% -
XYZ 46.26 23.73 32.28 -
YUV 108.05 153.37 230.67 -
System Red Green Blue C M Y K H S L
Decimal 252 26 153 0 0.90 0.39 0.01 326.28 0.97 0.55
Hex FC 1A 99 0 5A 27 1 146 61 37
Octal 374 32 231 0 132 47 1 506 141 67
Binary 11111100 11010 10011001 0 1011010 100111 1 101000110 1100001 110111

Color Harmonies of #FC1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A99

Black with #FC1A99

Text Example


Text Example

White with #FC1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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