Html Css Color HEX #FA5AB3 Hot Pink

📋 copy color: '#FA5AB3'

red 250 ◦ green 90 ◦ blue 179

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

Shades of Hot Pink #FA5AB3

Tints of Hot Pink #FA5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.49%

R = 48.17%
G = 17.34%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA5AB3 (or 0xFA5AB3) is known color: Hot Pink. HEX triplet: FA, 5A and B3. RGB value is (250,90,179). Sum of RGB (Red+Green+Blue) = 250+90+179=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5AB3 is #05A54C. Grayscale: #939393. Windows color (decimal): -369997 or 11754234. OLE color: 11754234.

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

Color convert

RGB 250 90 179 -
CMYK 0 0.64 0.28 0.02
HSL 326.63º 0.94% 0.67% -
HSV(B) 326.63º 0.64% 0.98% -
XYZ 51.22 30.89 45.91 -
YUV 147.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 250 90 179 0 0.64 0.28 0.02 326.63 0.94 0.67
Hex FA 5A B3 0 40 1C 2 147 5E 43
Octal 372 132 263 0 100 34 2 507 136 103
Binary 11111010 1011010 10110011 0 1000000 11100 10 101000111 1011110 1000011

Color Harmonies of #FA5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AB3

Black with #FA5AB3

Text Example


Text Example

White with #FA5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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