Html Css Color HEX #FC6BAB Hot Pink

📋 copy color: '#FC6BAB'

red 252 ◦ green 107 ◦ blue 171

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

Shades of Hot Pink #FC6BAB

Tints of Hot Pink #FC6BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 47.55%
G = 20.19%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC6BAB (or 0xFC6BAB) is known color: Hot Pink. HEX triplet: FC, 6B and AB. RGB value is (252,107,171). Sum of RGB (Red+Green+Blue) = 252+107+171=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BAB is #039454. Grayscale: #9D9D9D. Windows color (decimal): -234581 or 11234300. OLE color: 11234300.

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

Color convert

RGB 252 107 171 -
CMYK 0 0.58 0.32 0.01
HSL 333.52º 0.96% 0.7% -
HSV(B) 333.52º 0.58% 0.99% -
XYZ 52.75 34.15 42.34 -
YUV 157.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 252 107 171 0 0.58 0.32 0.01 333.52 0.96 0.7
Hex FC 6B AB 0 3A 20 1 14E 60 46
Octal 374 153 253 0 72 40 1 516 140 106
Binary 11111100 1101011 10101011 0 111010 100000 1 101001110 1100000 1000110

Color Harmonies of #FC6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BAB

Black with #FC6BAB

Text Example


Text Example

White with #FC6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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