Html Css Color HEX #F77BBF Persian Pink

📋 copy color: '#F77BBF'

red 247 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #F77BBF

Tints of Persian Pink #F77BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.05%

R = 44.03%
G = 21.93%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F77BBF (or 0xF77BBF) is known color: Persian Pink. HEX triplet: F7, 7B and BF. RGB value is (247,123,191). Sum of RGB (Red+Green+Blue) = 247+123+191=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BBF is #088440. Grayscale: #A7A7A7. Windows color (decimal): -558145 or 12549111. OLE color: 12549111.

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

Color convert

RGB 247 123 191 -
CMYK 0 0.50 0.23 0.03
HSL 327.1º 0.89% 0.73% -
HSV(B) 327.1º 0.5% 0.97% -
XYZ 54.84 37.7 53.68 -
YUV 167.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 247 123 191 0 0.50 0.23 0.03 327.1 0.89 0.73
Hex F7 7B BF 0 32 17 3 147 59 49
Octal 367 173 277 0 62 27 3 507 131 111
Binary 11110111 1111011 10111111 0 110010 10111 11 101000111 1011001 1001001

Color Harmonies of #F77BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BBF

Black with #F77BBF

Text Example


Text Example

White with #F77BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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