Html Css Color HEX #FA5AB1 Hot Pink

📋 copy color: '#FA5AB1'

red 250 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #FA5AB1

Tints of Hot Pink #FA5AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 48.36%
G = 17.41%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA5AB1 (or 0xFA5AB1) is known color: Hot Pink. HEX triplet: FA, 5A and B1. RGB value is (250,90,177). Sum of RGB (Red+Green+Blue) = 250+90+177=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5AB1 is #05A54E. Grayscale: #939393. Windows color (decimal): -369999 or 11623162. OLE color: 11623162.

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

Color convert

RGB 250 90 177 -
CMYK 0 0.64 0.29 0.02
HSL 327.38º 0.94% 0.67% -
HSV(B) 327.38º 0.64% 0.98% -
XYZ 51.02 30.81 44.85 -
YUV 147.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 250 90 177 0 0.64 0.29 0.02 327.38 0.94 0.67
Hex FA 5A B1 0 40 1D 2 147 5E 43
Octal 372 132 261 0 100 35 2 507 136 103
Binary 11111010 1011010 10110001 0 1000000 11101 10 101000111 1011110 1000011

Color Harmonies of #FA5AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AB1

Black with #FA5AB1

Text Example


Text Example

White with #FA5AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AB1; }

 p { color: rgb(250,90,177); }

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

background-color css

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

 a { background-color: rgb(250,90,177); }

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

border-color css

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

 span { border-color: rgb(250,90,177); }

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