Html Css Color HEX #FA77B0 Hot Pink

📋 copy color: '#FA77B0'

red 250 ◦ green 119 ◦ blue 176

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

Shades of Hot Pink #FA77B0

Tints of Hot Pink #FA77B0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.83%

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

R = 45.87%
G = 21.83%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA77B0 (or 0xFA77B0) is known color: Hot Pink. HEX triplet: FA, 77 and B0. RGB value is (250,119,176). Sum of RGB (Red+Green+Blue) = 250+119+176=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA77B0 is #05884F. Grayscale: #A4A4A4. Windows color (decimal): -362576 or 11565050. OLE color: 11565050.

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

Color convert

RGB 250 119 176 -
CMYK 0 0.52 0.30 0.02
HSL 333.89º 0.93% 0.72% -
HSV(B) 333.89º 0.52% 0.98% -
XYZ 53.86 36.65 45.31 -
YUV 164.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 250 119 176 0 0.52 0.30 0.02 333.89 0.93 0.72
Hex FA 77 B0 0 34 1E 2 14E 5D 48
Octal 372 167 260 0 64 36 2 516 135 110
Binary 11111010 1110111 10110000 0 110100 11110 10 101001110 1011101 1001000

Color Harmonies of #FA77B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77B0

Black with #FA77B0

Text Example


Text Example

White with #FA77B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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