Html Css Color HEX #FA60AB Hot Pink

📋 copy color: '#FA60AB'

red 250 ◦ green 96 ◦ blue 171

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

Shades of Hot Pink #FA60AB

Tints of Hot Pink #FA60AB

RGB

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

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

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

R = 48.36%
G = 18.57%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA60AB (or 0xFA60AB) is known color: Hot Pink. HEX triplet: FA, 60 and AB. RGB value is (250,96,171). Sum of RGB (Red+Green+Blue) = 250+96+171=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA60AB is #059F54. Grayscale: #969696. Windows color (decimal): -368469 or 11231482. OLE color: 11231482.

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

Color convert

RGB 250 96 171 -
CMYK 0 0.62 0.32 0.02
HSL 330.78º 0.94% 0.68% -
HSV(B) 330.78º 0.62% 0.98% -
XYZ 50.96 31.63 41.95 -
YUV 150.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 250 96 171 0 0.62 0.32 0.02 330.78 0.94 0.68
Hex FA 60 AB 0 3E 20 2 14B 5E 44
Octal 372 140 253 0 76 40 2 513 136 104
Binary 11111010 1100000 10101011 0 111110 100000 10 101001011 1011110 1000100

Color Harmonies of #FA60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60AB

Black with #FA60AB

Text Example


Text Example

White with #FA60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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