Html Css Color HEX #F776B1 Hot Pink

📋 copy color: '#F776B1'

red 247 ◦ green 118 ◦ blue 177

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

Shades of Hot Pink #F776B1

Tints of Hot Pink #F776B1

RGB

 RED value IS 247 (96.88% from 255) = 45.57%

 GREEN value IS 118 (46.48% from 255) = 21.77%

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

R = 45.57%
G = 21.77%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F776B1 (or 0xF776B1) is known color: Hot Pink. HEX triplet: F7, 76 and B1. RGB value is (247,118,177). Sum of RGB (Red+Green+Blue) = 247+118+177=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F776B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F776B1 is #08894E. Grayscale: #A3A3A3. Windows color (decimal): -559439 or 11630327. OLE color: 11630327.

HSL color Cylindrical-coordinate representation of color #F776B1: hue angle of 332.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776B1 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 118 177 -
CMYK 0 0.52 0.28 0.03
HSL 332.56º 0.89% 0.72% -
HSV(B) 332.56º 0.52% 0.97% -
XYZ 52.77 35.91 45.74 -
YUV 163.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 247 118 177 0 0.52 0.28 0.03 332.56 0.89 0.72
Hex F7 76 B1 0 34 1C 3 14D 59 48
Octal 367 166 261 0 64 34 3 515 131 110
Binary 11110111 1110110 10110001 0 110100 11100 11 101001101 1011001 1001000

Color Harmonies of #F776B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F776B1

Black with #F776B1

Text Example


Text Example

White with #F776B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F776B1; }

 p { color: rgb(247,118,177); }

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

background-color css

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

 a { background-color: rgb(247,118,177); }

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

border-color css

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

 span { border-color: rgb(247,118,177); }

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