Html Css Color HEX #FC6BA1 Hot Pink

📋 copy color: '#FC6BA1'

red 252 ◦ green 107 ◦ blue 161

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

Shades of Hot Pink #FC6BA1

Tints of Hot Pink #FC6BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.58%

 BLUE value IS 161 (63.28% from 255) = 30.96%

R = 48.46%
G = 20.58%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC6BA1 (or 0xFC6BA1) is known color: Hot Pink. HEX triplet: FC, 6B and A1. RGB value is (252,107,161). Sum of RGB (Red+Green+Blue) = 252+107+161=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BA1 is #03945E. Grayscale: #9C9C9C. Windows color (decimal): -234591 or 10578940. OLE color: 10578940.

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

Color convert

RGB 252 107 161 -
CMYK 0 0.58 0.36 0.01
HSL 337.66º 0.96% 0.7% -
HSV(B) 337.66º 0.58% 0.99% -
XYZ 51.84 33.78 37.51 -
YUV 156.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 252 107 161 0 0.58 0.36 0.01 337.66 0.96 0.7
Hex FC 6B A1 0 3A 24 1 152 60 46
Octal 374 153 241 0 72 44 1 522 140 106
Binary 11111100 1101011 10100001 0 111010 100100 1 101010010 1100000 1000110

Color Harmonies of #FC6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BA1

Black with #FC6BA1

Text Example


Text Example

White with #FC6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BA1; }

 p { color: rgb(252,107,161); }

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

background-color css

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

 a { background-color: rgb(252,107,161); }

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

border-color css

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

 span { border-color: rgb(252,107,161); }

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