Html Css Color HEX #FC6AAA Hot Pink

📋 copy color: '#FC6AAA'

red 252 ◦ green 106 ◦ blue 170

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

Shades of Hot Pink #FC6AAA

Tints of Hot Pink #FC6AAA

RGB

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

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

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

R = 47.73%
G = 20.08%
B = 32.2%

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

#FC6AAA (or 0xFC6AAA) is known color: Hot Pink. HEX triplet: FC, 6A and AA. RGB value is (252,106,170). Sum of RGB (Red+Green+Blue) = 252+106+170=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6AAA is #039555. Grayscale: #9C9C9C. Windows color (decimal): -234838 or 11168508. OLE color: 11168508.

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

Color convert

RGB 252 106 170 -
CMYK 0 0.58 0.33 0.01
HSL 333.7º 0.96% 0.7% -
HSV(B) 333.7º 0.58% 0.99% -
XYZ 52.55 33.91 41.8 -
YUV 156.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 252 106 170 0 0.58 0.33 0.01 333.7 0.96 0.7
Hex FC 6A AA 0 3A 21 1 14E 60 46
Octal 374 152 252 0 72 41 1 516 140 106
Binary 11111100 1101010 10101010 0 111010 100001 1 101001110 1100000 1000110

Color Harmonies of #FC6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6AAA

Black with #FC6AAA

Text Example


Text Example

White with #FC6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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