Html Css Color HEX #FA61AB Hot Pink

📋 copy color: '#FA61AB'

red 250 ◦ green 97 ◦ blue 171

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

Shades of Hot Pink #FA61AB

Tints of Hot Pink #FA61AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.73%

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

R = 48.26%
G = 18.73%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA61AB (or 0xFA61AB) is known color: Hot Pink. HEX triplet: FA, 61 and AB. RGB value is (250,97,171). Sum of RGB (Red+Green+Blue) = 250+97+171=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61AB is #059E54. Grayscale: #979797. Windows color (decimal): -368213 or 11231738. OLE color: 11231738.

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

Color convert

RGB 250 97 171 -
CMYK 0 0.61 0.32 0.02
HSL 330.98º 0.94% 0.68% -
HSV(B) 330.98º 0.61% 0.98% -
XYZ 51.05 31.81 41.98 -
YUV 151.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 250 97 171 0 0.61 0.32 0.02 330.98 0.94 0.68
Hex FA 61 AB 0 3D 20 2 14B 5E 44
Octal 372 141 253 0 75 40 2 513 136 104
Binary 11111010 1100001 10101011 0 111101 100000 10 101001011 1011110 1000100

Color Harmonies of #FA61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA61AB

Black with #FA61AB

Text Example


Text Example

White with #FA61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA61AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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