Html Css Color HEX #FC6AB1 Hot Pink

📋 copy color: '#FC6AB1'

red 252 ◦ green 106 ◦ blue 177

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

Shades of Hot Pink #FC6AB1

Tints of Hot Pink #FC6AB1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.81%

 BLUE value IS 177 (69.53% from 255) = 33.08%

R = 47.1%
G = 19.81%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC6AB1 (or 0xFC6AB1) is known color: Hot Pink. HEX triplet: FC, 6A and B1. RGB value is (252,106,177). Sum of RGB (Red+Green+Blue) = 252+106+177=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6AB1 is #03954E. Grayscale: #9D9D9D. Windows color (decimal): -234831 or 11627260. OLE color: 11627260.

HSL color Cylindrical-coordinate representation of color #FC6AB1: hue angle of 330.82º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6AB1 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 106 177 -
CMYK 0 0.58 0.30 0.01
HSL 330.82º 0.96% 0.7% -
HSV(B) 330.82º 0.58% 0.99% -
XYZ 53.23 34.18 45.39 -
YUV 157.75 138.87 195.23 -
System Red Green Blue C M Y K H S L
Decimal 252 106 177 0 0.58 0.30 0.01 330.82 0.96 0.7
Hex FC 6A B1 0 3A 1E 1 14B 60 46
Octal 374 152 261 0 72 36 1 513 140 106
Binary 11111100 1101010 10110001 0 111010 11110 1 101001011 1100000 1000110

Color Harmonies of #FC6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6AB1

Black with #FC6AB1

Text Example


Text Example

White with #FC6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6AB1; }

 p { color: rgb(252,106,177); }

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

background-color css

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

 a { background-color: rgb(252,106,177); }

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

border-color css

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

 span { border-color: rgb(252,106,177); }

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