Html Css Color HEX #F770AC Hot Pink

📋 copy color: '#F770AC'

red 247 ◦ green 112 ◦ blue 172

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

Shades of Hot Pink #F770AC

Tints of Hot Pink #F770AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.09%

 BLUE value IS 172 (67.58% from 255) = 32.39%

R = 46.52%
G = 21.09%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F770AC (or 0xF770AC) is known color: Hot Pink. HEX triplet: F7, 70 and AC. RGB value is (247,112,172). Sum of RGB (Red+Green+Blue) = 247+112+172=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F770AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770AC is #088F53. Grayscale: #9F9F9F. Windows color (decimal): -560980 or 11301111. OLE color: 11301111.

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

Color convert

RGB 247 112 172 -
CMYK 0 0.55 0.30 0.03
HSL 333.33º 0.89% 0.7% -
HSV(B) 333.33º 0.55% 0.97% -
XYZ 51.6 34.34 42.94 -
YUV 159.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 247 112 172 0 0.55 0.30 0.03 333.33 0.89 0.7
Hex F7 70 AC 0 37 1E 3 14D 59 46
Octal 367 160 254 0 67 36 3 515 131 106
Binary 11110111 1110000 10101100 0 110111 11110 11 101001101 1011001 1000110

Color Harmonies of #F770AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770AC

Black with #F770AC

Text Example


Text Example

White with #F770AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770AC; }

 p { color: rgb(247,112,172); }

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

background-color css

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

 a { background-color: rgb(247,112,172); }

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

border-color css

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

 span { border-color: rgb(247,112,172); }

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