Html Css Color HEX #FA73B0 Hot Pink

📋 copy color: '#FA73B0'

red 250 ◦ green 115 ◦ blue 176

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

Shades of Hot Pink #FA73B0

Tints of Hot Pink #FA73B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 46.21%
G = 21.26%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA73B0 (or 0xFA73B0) is known color: Hot Pink. HEX triplet: FA, 73 and B0. RGB value is (250,115,176). Sum of RGB (Red+Green+Blue) = 250+115+176=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA73B0 is #058C4F. Grayscale: #A2A2A2. Windows color (decimal): -363600 or 11564026. OLE color: 11564026.

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

Color convert

RGB 250 115 176 -
CMYK 0 0.54 0.30 0.02
HSL 332.89º 0.93% 0.72% -
HSV(B) 332.89º 0.54% 0.98% -
XYZ 53.39 35.72 45.15 -
YUV 162.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 250 115 176 0 0.54 0.30 0.02 332.89 0.93 0.72
Hex FA 73 B0 0 36 1E 2 14D 5D 48
Octal 372 163 260 0 66 36 2 515 135 110
Binary 11111010 1110011 10110000 0 110110 11110 10 101001101 1011101 1001000

Color Harmonies of #FA73B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73B0

Black with #FA73B0

Text Example


Text Example

White with #FA73B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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