Html Css Color HEX #FA5AB8 Hot Pink

📋 copy color: '#FA5AB8'

red 250 ◦ green 90 ◦ blue 184

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

Shades of Hot Pink #FA5AB8

Tints of Hot Pink #FA5AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 47.71%
G = 17.18%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA5AB8 (or 0xFA5AB8) is known color: Hot Pink. HEX triplet: FA, 5A and B8. RGB value is (250,90,184). Sum of RGB (Red+Green+Blue) = 250+90+184=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5AB8 is #05A547. Grayscale: #949494. Windows color (decimal): -369992 or 12081914. OLE color: 12081914.

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

Color convert

RGB 250 90 184 -
CMYK 0 0.64 0.26 0.02
HSL 324.75º 0.94% 0.67% -
HSV(B) 324.75º 0.64% 0.98% -
XYZ 51.73 31.1 48.62 -
YUV 148.56 148.01 200.36 -
System Red Green Blue C M Y K H S L
Decimal 250 90 184 0 0.64 0.26 0.02 324.75 0.94 0.67
Hex FA 5A B8 0 40 1A 2 145 5E 43
Octal 372 132 270 0 100 32 2 505 136 103
Binary 11111010 1011010 10111000 0 1000000 11010 10 101000101 1011110 1000011

Color Harmonies of #FA5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AB8

Black with #FA5AB8

Text Example


Text Example

White with #FA5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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