Html Css Color HEX #F77BBE Persian Pink

📋 copy color: '#F77BBE'

red 247 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #F77BBE

Tints of Persian Pink #F77BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 44.11%
G = 21.96%
B = 33.93%

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

#F77BBE (or 0xF77BBE) is known color: Persian Pink. HEX triplet: F7, 7B and BE. RGB value is (247,123,190). Sum of RGB (Red+Green+Blue) = 247+123+190=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BBE is #088441. Grayscale: #A7A7A7. Windows color (decimal): -558146 or 12483575. OLE color: 12483575.

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

Color convert

RGB 247 123 190 -
CMYK 0 0.50 0.23 0.03
HSL 327.58º 0.89% 0.73% -
HSV(B) 327.58º 0.5% 0.97% -
XYZ 54.74 37.66 53.1 -
YUV 167.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 247 123 190 0 0.50 0.23 0.03 327.58 0.89 0.73
Hex F7 7B BE 0 32 17 3 148 59 49
Octal 367 173 276 0 62 27 3 510 131 111
Binary 11110111 1111011 10111110 0 110010 10111 11 101001000 1011001 1001001

Color Harmonies of #F77BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BBE

Black with #F77BBE

Text Example


Text Example

White with #F77BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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