Html Css Color HEX #F771A8 Hot Pink

📋 copy color: '#F771A8'

red 247 ◦ green 113 ◦ blue 168

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

Shades of Hot Pink #F771A8

Tints of Hot Pink #F771A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 46.78%
G = 21.4%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F771A8 (or 0xF771A8) is known color: Hot Pink. HEX triplet: F7, 71 and A8. RGB value is (247,113,168). Sum of RGB (Red+Green+Blue) = 247+113+168=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F771A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F771A8 is #088E57. Grayscale: #9F9F9F. Windows color (decimal): -560728 or 11039223. OLE color: 11039223.

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

Color convert

RGB 247 113 168 -
CMYK 0 0.54 0.32 0.03
HSL 335.37º 0.89% 0.71% -
HSV(B) 335.37º 0.54% 0.97% -
XYZ 51.33 34.41 40.98 -
YUV 159.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 247 113 168 0 0.54 0.32 0.03 335.37 0.89 0.71
Hex F7 71 A8 0 36 20 3 14F 59 47
Octal 367 161 250 0 66 40 3 517 131 107
Binary 11110111 1110001 10101000 0 110110 100000 11 101001111 1011001 1000111

Color Harmonies of #F771A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771A8

Black with #F771A8

Text Example


Text Example

White with #F771A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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