Html Css Color HEX #FA73B6 Hot Pink

📋 copy color: '#FA73B6'

red 250 ◦ green 115 ◦ blue 182

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

Shades of Hot Pink #FA73B6

Tints of Hot Pink #FA73B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.02%

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 45.7%
G = 21.02%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA73B6 (or 0xFA73B6) is known color: Hot Pink. HEX triplet: FA, 73 and B6. RGB value is (250,115,182). Sum of RGB (Red+Green+Blue) = 250+115+182=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73B6 is #058C49. Grayscale: #A2A2A2. Windows color (decimal): -363594 or 11957242. OLE color: 11957242.

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

Color convert

RGB 250 115 182 -
CMYK 0 0.54 0.27 0.02
HSL 330.22º 0.93% 0.72% -
HSV(B) 330.22º 0.54% 0.98% -
XYZ 54 35.96 48.35 -
YUV 163 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 250 115 182 0 0.54 0.27 0.02 330.22 0.93 0.72
Hex FA 73 B6 0 36 1B 2 14A 5D 48
Octal 372 163 266 0 66 33 2 512 135 110
Binary 11111010 1110011 10110110 0 110110 11011 10 101001010 1011101 1001000

Color Harmonies of #FA73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73B6

Black with #FA73B6

Text Example


Text Example

White with #FA73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73B6; }

 p { color: rgb(250,115,182); }

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

background-color css

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

 a { background-color: rgb(250,115,182); }

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

border-color css

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

 span { border-color: rgb(250,115,182); }

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