Html Css Color HEX #F77BB1 Persian Pink

📋 copy color: '#F77BB1'

red 247 ◦ green 123 ◦ blue 177

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

Shades of Persian Pink #F77BB1

Tints of Persian Pink #F77BB1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

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

R = 45.16%
G = 22.49%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F77BB1 (or 0xF77BB1) is known color: Persian Pink. HEX triplet: F7, 7B and B1. RGB value is (247,123,177). Sum of RGB (Red+Green+Blue) = 247+123+177=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77BB1 is #08844E. Grayscale: #A6A6A6. Windows color (decimal): -558159 or 11631607. OLE color: 11631607.

HSL color Cylindrical-coordinate representation of color #F77BB1: hue angle of 333.87º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BB1 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 123 177 -
CMYK 0 0.50 0.28 0.03
HSL 333.87º 0.89% 0.73% -
HSV(B) 333.87º 0.5% 0.97% -
XYZ 53.38 37.11 45.95 -
YUV 166.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 247 123 177 0 0.50 0.28 0.03 333.87 0.89 0.73
Hex F7 7B B1 0 32 1C 3 14E 59 49
Octal 367 173 261 0 62 34 3 516 131 111
Binary 11110111 1111011 10110001 0 110010 11100 11 101001110 1011001 1001001

Color Harmonies of #F77BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BB1

Black with #F77BB1

Text Example


Text Example

White with #F77BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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