Html Css Color HEX #F770B1 Hot Pink

📋 copy color: '#F770B1'

red 247 ◦ green 112 ◦ blue 177

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

Shades of Hot Pink #F770B1

Tints of Hot Pink #F770B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.02%

R = 46.08%
G = 20.9%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F770B1 (or 0xF770B1) is known color: Hot Pink. HEX triplet: F7, 70 and B1. RGB value is (247,112,177). Sum of RGB (Red+Green+Blue) = 247+112+177=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F770B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770B1 is #088F4E. Grayscale: #9F9F9F. Windows color (decimal): -560975 or 11628791. OLE color: 11628791.

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

Color convert

RGB 247 112 177 -
CMYK 0 0.55 0.28 0.03
HSL 331.11º 0.89% 0.7% -
HSV(B) 331.11º 0.55% 0.97% -
XYZ 52.09 34.54 45.52 -
YUV 159.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 247 112 177 0 0.55 0.28 0.03 331.11 0.89 0.7
Hex F7 70 B1 0 37 1C 3 14B 59 46
Octal 367 160 261 0 67 34 3 513 131 106
Binary 11110111 1110000 10110001 0 110111 11100 11 101001011 1011001 1000110

Color Harmonies of #F770B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770B1

Black with #F770B1

Text Example


Text Example

White with #F770B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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