Html Css Color HEX #FC1A89 Deep Pink

📋 copy color: '#FC1A89'

red 252 ◦ green 26 ◦ blue 137

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

Shades of Deep Pink #FC1A89

Tints of Deep Pink #FC1A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.01%

R = 60.72%
G = 6.27%
B = 33.01%

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

#FC1A89 (or 0xFC1A89) is known color: Deep Pink. HEX triplet: FC, 1A and 89. RGB value is (252,26,137). Sum of RGB (Red+Green+Blue) = 252+26+137=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A89 is #03E576. Grayscale: #6A6A6A. Windows color (decimal): -255351 or 8985340. OLE color: 8985340.

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

Color convert

RGB 252 26 137 -
CMYK 0 0.90 0.46 0.01
HSL 330.53º 0.97% 0.55% -
HSV(B) 330.53º 0.9% 0.99% -
XYZ 45.03 23.24 25.78 -
YUV 106.23 145.37 231.97 -
System Red Green Blue C M Y K H S L
Decimal 252 26 137 0 0.90 0.46 0.01 330.53 0.97 0.55
Hex FC 1A 89 0 5A 2E 1 14B 61 37
Octal 374 32 211 0 132 56 1 513 141 67
Binary 11111100 11010 10001001 0 1011010 101110 1 101001011 1100001 110111

Color Harmonies of #FC1A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A89

Black with #FC1A89

Text Example


Text Example

White with #FC1A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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