Html Css Color HEX #F770AD Hot Pink

📋 copy color: '#F770AD'

red 247 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #F770AD

Tints of Hot Pink #F770AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 46.43%
G = 21.05%
B = 32.52%

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

#F770AD (or 0xF770AD) is known color: Hot Pink. HEX triplet: F7, 70 and AD. RGB value is (247,112,173). Sum of RGB (Red+Green+Blue) = 247+112+173=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F770AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770AD is #088F52. Grayscale: #9F9F9F. Windows color (decimal): -560979 or 11366647. OLE color: 11366647.

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

Color convert

RGB 247 112 173 -
CMYK 0 0.55 0.30 0.03
HSL 332.89º 0.89% 0.7% -
HSV(B) 332.89º 0.55% 0.97% -
XYZ 51.69 34.38 43.45 -
YUV 159.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 247 112 173 0 0.55 0.30 0.03 332.89 0.89 0.7
Hex F7 70 AD 0 37 1E 3 14D 59 46
Octal 367 160 255 0 67 36 3 515 131 106
Binary 11110111 1110000 10101101 0 110111 11110 11 101001101 1011001 1000110

Color Harmonies of #F770AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770AD

Black with #F770AD

Text Example


Text Example

White with #F770AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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