Html Css Color HEX #FC6BAA Hot Pink

📋 copy color: '#FC6BAA'

red 252 ◦ green 107 ◦ blue 170

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

Shades of Hot Pink #FC6BAA

Tints of Hot Pink #FC6BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 47.64%
G = 20.23%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC6BAA (or 0xFC6BAA) is known color: Hot Pink. HEX triplet: FC, 6B and AA. RGB value is (252,107,170). Sum of RGB (Red+Green+Blue) = 252+107+170=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6BAA is #039455. Grayscale: #9D9D9D. Windows color (decimal): -234582 or 11168764. OLE color: 11168764.

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

Color convert

RGB 252 107 170 -
CMYK 0 0.58 0.33 0.01
HSL 333.93º 0.96% 0.7% -
HSV(B) 333.93º 0.58% 0.99% -
XYZ 52.66 34.11 41.84 -
YUV 157.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 252 107 170 0 0.58 0.33 0.01 333.93 0.96 0.7
Hex FC 6B AA 0 3A 21 1 14E 60 46
Octal 374 153 252 0 72 41 1 516 140 106
Binary 11111100 1101011 10101010 0 111010 100001 1 101001110 1100000 1000110

Color Harmonies of #FC6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BAA

Black with #FC6BAA

Text Example


Text Example

White with #FC6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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