Html Css Color HEX #F771B0 Hot Pink

📋 copy color: '#F771B0'

red 247 ◦ green 113 ◦ blue 176

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

Shades of Hot Pink #F771B0

Tints of Hot Pink #F771B0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.08%

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

R = 46.08%
G = 21.08%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F771B0 (or 0xF771B0) is known color: Hot Pink. HEX triplet: F7, 71 and B0. RGB value is (247,113,176). Sum of RGB (Red+Green+Blue) = 247+113+176=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F771B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F771B0 is #088E4F. Grayscale: #A0A0A0. Windows color (decimal): -560720 or 11563511. OLE color: 11563511.

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

Color convert

RGB 247 113 176 -
CMYK 0 0.54 0.29 0.03
HSL 331.79º 0.89% 0.71% -
HSV(B) 331.79º 0.54% 0.97% -
XYZ 52.1 34.72 45.03 -
YUV 160.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 247 113 176 0 0.54 0.29 0.03 331.79 0.89 0.71
Hex F7 71 B0 0 36 1D 3 14C 59 47
Octal 367 161 260 0 66 35 3 514 131 107
Binary 11110111 1110001 10110000 0 110110 11101 11 101001100 1011001 1000111

Color Harmonies of #F771B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771B0

Black with #F771B0

Text Example


Text Example

White with #F771B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771B0; }

 p { color: rgb(247,113,176); }

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

background-color css

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

 a { background-color: rgb(247,113,176); }

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

border-color css

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

 span { border-color: rgb(247,113,176); }

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