Html Css Color HEX #FA60AC Hot Pink

📋 copy color: '#FA60AC'

red 250 ◦ green 96 ◦ blue 172

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

Shades of Hot Pink #FA60AC

Tints of Hot Pink #FA60AC

RGB

 RED value IS 250 (98.05% from 255) = 48.26%

 GREEN value IS 96 (37.89% from 255) = 18.53%

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 48.26%
G = 18.53%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA60AC (or 0xFA60AC) is known color: Hot Pink. HEX triplet: FA, 60 and AC. RGB value is (250,96,172). Sum of RGB (Red+Green+Blue) = 250+96+172=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA60AC is #059F53. Grayscale: #969696. Windows color (decimal): -368468 or 11297018. OLE color: 11297018.

HSL color Cylindrical-coordinate representation of color #FA60AC: hue angle of 330.39º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA60AC is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 172 -
CMYK 0 0.62 0.31 0.02
HSL 330.39º 0.94% 0.68% -
HSV(B) 330.39º 0.62% 0.98% -
XYZ 51.05 31.67 42.45 -
YUV 150.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 250 96 172 0 0.62 0.31 0.02 330.39 0.94 0.68
Hex FA 60 AC 0 3E 1F 2 14A 5E 44
Octal 372 140 254 0 76 37 2 512 136 104
Binary 11111010 1100000 10101100 0 111110 11111 10 101001010 1011110 1000100

Color Harmonies of #FA60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60AC

Black with #FA60AC

Text Example


Text Example

White with #FA60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60AC; }

 p { color: rgb(250,96,172); }

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

background-color css

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

 a { background-color: rgb(250,96,172); }

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

border-color css

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

 span { border-color: rgb(250,96,172); }

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