Html Css Color HEX #FC6DAB Hot Pink

📋 copy color: '#FC6DAB'

red 252 ◦ green 109 ◦ blue 171

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

Shades of Hot Pink #FC6DAB

Tints of Hot Pink #FC6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.49%

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

R = 47.37%
G = 20.49%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC6DAB (or 0xFC6DAB) is known color: Hot Pink. HEX triplet: FC, 6D and AB. RGB value is (252,109,171). Sum of RGB (Red+Green+Blue) = 252+109+171=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6DAB is #039254. Grayscale: #9E9E9E. Windows color (decimal): -234069 or 11234812. OLE color: 11234812.

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

Color convert

RGB 252 109 171 -
CMYK 0 0.57 0.32 0.01
HSL 333.99º 0.96% 0.71% -
HSV(B) 333.99º 0.57% 0.99% -
XYZ 52.96 34.57 42.41 -
YUV 158.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 252 109 171 0 0.57 0.32 0.01 333.99 0.96 0.71
Hex FC 6D AB 0 39 20 1 14E 60 47
Octal 374 155 253 0 71 40 1 516 140 107
Binary 11111100 1101101 10101011 0 111001 100000 1 101001110 1100000 1000111

Color Harmonies of #FC6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DAB

Black with #FC6DAB

Text Example


Text Example

White with #FC6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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