Html Css Color HEX #F777B0 Hot Pink

📋 copy color: '#F777B0'

red 247 ◦ green 119 ◦ blue 176

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

Shades of Hot Pink #F777B0

Tints of Hot Pink #F777B0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 45.57%
G = 21.96%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F777B0 (or 0xF777B0) is known color: Hot Pink. HEX triplet: F7, 77 and B0. RGB value is (247,119,176). Sum of RGB (Red+Green+Blue) = 247+119+176=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F777B0 is #08884F. Grayscale: #A3A3A3. Windows color (decimal): -559184 or 11565047. OLE color: 11565047.

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

Color convert

RGB 247 119 176 -
CMYK 0 0.52 0.29 0.03
HSL 333.28º 0.89% 0.72% -
HSV(B) 333.28º 0.52% 0.97% -
XYZ 52.79 36.1 45.26 -
YUV 163.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 247 119 176 0 0.52 0.29 0.03 333.28 0.89 0.72
Hex F7 77 B0 0 34 1D 3 14D 59 48
Octal 367 167 260 0 64 35 3 515 131 110
Binary 11110111 1110111 10110000 0 110100 11101 11 101001101 1011001 1001000

Color Harmonies of #F777B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777B0

Black with #F777B0

Text Example


Text Example

White with #F777B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777B0; }

 p { color: rgb(247,119,176); }

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

background-color css

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

 a { background-color: rgb(247,119,176); }

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

border-color css

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

 span { border-color: rgb(247,119,176); }

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