Html Css Color HEX #FA5DB3 Hot Pink

📋 copy color: '#FA5DB3'

red 250 ◦ green 93 ◦ blue 179

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

Shades of Hot Pink #FA5DB3

Tints of Hot Pink #FA5DB3

RGB

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

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

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

R = 47.89%
G = 17.82%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA5DB3 (or 0xFA5DB3) is known color: Hot Pink. HEX triplet: FA, 5D and B3. RGB value is (250,93,179). Sum of RGB (Red+Green+Blue) = 250+93+179=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DB3 is #05A24C. Grayscale: #959595. Windows color (decimal): -369229 or 11755002. OLE color: 11755002.

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

Color convert

RGB 250 93 179 -
CMYK 0 0.63 0.28 0.02
HSL 327.13º 0.94% 0.67% -
HSV(B) 327.13º 0.63% 0.98% -
XYZ 51.48 31.41 46 -
YUV 149.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 250 93 179 0 0.63 0.28 0.02 327.13 0.94 0.67
Hex FA 5D B3 0 3F 1C 2 147 5E 43
Octal 372 135 263 0 77 34 2 507 136 103
Binary 11111010 1011101 10110011 0 111111 11100 10 101000111 1011110 1000011

Color Harmonies of #FA5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DB3

Black with #FA5DB3

Text Example


Text Example

White with #FA5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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