Html Css Color HEX #FA6DB1 Hot Pink

📋 copy color: '#FA6DB1'

red 250 ◦ green 109 ◦ blue 177

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

Shades of Hot Pink #FA6DB1

Tints of Hot Pink #FA6DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.34%

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

R = 46.64%
G = 20.34%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA6DB1 (or 0xFA6DB1) is known color: Hot Pink. HEX triplet: FA, 6D and B1. RGB value is (250,109,177). Sum of RGB (Red+Green+Blue) = 250+109+177=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6DB1 is #05924E. Grayscale: #9E9E9E. Windows color (decimal): -365135 or 11628026. OLE color: 11628026.

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

Color convert

RGB 250 109 177 -
CMYK 0 0.56 0.29 0.02
HSL 331.06º 0.93% 0.7% -
HSV(B) 331.06º 0.56% 0.98% -
XYZ 52.83 34.44 45.46 -
YUV 158.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 250 109 177 0 0.56 0.29 0.02 331.06 0.93 0.7
Hex FA 6D B1 0 38 1D 2 14B 5D 46
Octal 372 155 261 0 70 35 2 513 135 106
Binary 11111010 1101101 10110001 0 111000 11101 10 101001011 1011101 1000110

Color Harmonies of #FA6DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DB1

Black with #FA6DB1

Text Example


Text Example

White with #FA6DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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