Html Css Color HEX #FA5DB1 Hot Pink

📋 copy color: '#FA5DB1'

red 250 ◦ green 93 ◦ blue 177

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

Shades of Hot Pink #FA5DB1

Tints of Hot Pink #FA5DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

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

R = 48.08%
G = 17.88%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA5DB1 (or 0xFA5DB1) is known color: Hot Pink. HEX triplet: FA, 5D and B1. RGB value is (250,93,177). Sum of RGB (Red+Green+Blue) = 250+93+177=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5DB1 is #05A24E. Grayscale: #959595. Windows color (decimal): -369231 or 11623930. OLE color: 11623930.

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

Color convert

RGB 250 93 177 -
CMYK 0 0.63 0.29 0.02
HSL 327.9º 0.94% 0.67% -
HSV(B) 327.9º 0.63% 0.98% -
XYZ 51.27 31.33 44.94 -
YUV 149.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 250 93 177 0 0.63 0.29 0.02 327.9 0.94 0.67
Hex FA 5D B1 0 3F 1D 2 148 5E 43
Octal 372 135 261 0 77 35 2 510 136 103
Binary 11111010 1011101 10110001 0 111111 11101 10 101001000 1011110 1000011

Color Harmonies of #FA5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DB1

Black with #FA5DB1

Text Example


Text Example

White with #FA5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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