Html Css Color HEX #F770AF Hot Pink

📋 copy color: '#F770AF'

red 247 ◦ green 112 ◦ blue 175

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

Shades of Hot Pink #F770AF

Tints of Hot Pink #F770AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 46.25%
G = 20.97%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F770AF (or 0xF770AF) is known color: Hot Pink. HEX triplet: F7, 70 and AF. RGB value is (247,112,175). Sum of RGB (Red+Green+Blue) = 247+112+175=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F770AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770AF is #088F50. Grayscale: #9F9F9F. Windows color (decimal): -560977 or 11497719. OLE color: 11497719.

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

Color convert

RGB 247 112 175 -
CMYK 0 0.55 0.29 0.03
HSL 332º 0.89% 0.7% -
HSV(B) 332º 0.55% 0.97% -
XYZ 51.89 34.46 44.47 -
YUV 159.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 247 112 175 0 0.55 0.29 0.03 332 0.89 0.7
Hex F7 70 AF 0 37 1D 3 14C 59 46
Octal 367 160 257 0 67 35 3 514 131 106
Binary 11110111 1110000 10101111 0 110111 11101 11 101001100 1011001 1000110

Color Harmonies of #F770AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770AF

Black with #F770AF

Text Example


Text Example

White with #F770AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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