Html Css Color HEX #FA5DB9 Hot Pink

📋 copy color: '#FA5DB9'

red 250 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #FA5DB9

Tints of Hot Pink #FA5DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 47.35%
G = 17.61%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA5DB9 (or 0xFA5DB9) is known color: Hot Pink. HEX triplet: FA, 5D and B9. RGB value is (250,93,185). Sum of RGB (Red+Green+Blue) = 250+93+185=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DB9 is #05A246. Grayscale: #969696. Windows color (decimal): -369223 or 12148218. OLE color: 12148218.

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

Color convert

RGB 250 93 185 -
CMYK 0 0.63 0.26 0.02
HSL 324.84º 0.94% 0.67% -
HSV(B) 324.84º 0.63% 0.98% -
XYZ 52.1 31.66 49.26 -
YUV 150.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 250 93 185 0 0.63 0.26 0.02 324.84 0.94 0.67
Hex FA 5D B9 0 3F 1A 2 145 5E 43
Octal 372 135 271 0 77 32 2 505 136 103
Binary 11111010 1011101 10111001 0 111111 11010 10 101000101 1011110 1000011

Color Harmonies of #FA5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DB9

Black with #FA5DB9

Text Example


Text Example

White with #FA5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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