Html Css Color HEX #FA72BA Hot Pink

📋 copy color: '#FA72BA'

red 250 ◦ green 114 ◦ blue 186

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

Shades of Hot Pink #FA72BA

Tints of Hot Pink #FA72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.73%

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 45.45%
G = 20.73%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA72BA (or 0xFA72BA) is known color: Hot Pink. HEX triplet: FA, 72 and BA. RGB value is (250,114,186). Sum of RGB (Red+Green+Blue) = 250+114+186=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72BA is #058D45. Grayscale: #A2A2A2. Windows color (decimal): -363846 or 12219130. OLE color: 12219130.

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

Color convert

RGB 250 114 186 -
CMYK 0 0.54 0.26 0.02
HSL 328.24º 0.93% 0.71% -
HSV(B) 328.24º 0.54% 0.98% -
XYZ 54.3 35.9 50.52 -
YUV 162.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 250 114 186 0 0.54 0.26 0.02 328.24 0.93 0.71
Hex FA 72 BA 0 36 1A 2 148 5D 47
Octal 372 162 272 0 66 32 2 510 135 107
Binary 11111010 1110010 10111010 0 110110 11010 10 101001000 1011101 1000111

Color Harmonies of #FA72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA72BA

Black with #FA72BA

Text Example


Text Example

White with #FA72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA72BA; }

 p { color: rgb(250,114,186); }

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

background-color css

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

 a { background-color: rgb(250,114,186); }

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

border-color css

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

 span { border-color: rgb(250,114,186); }

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