Html Css Color HEX #F77BBC Persian Pink

📋 copy color: '#F77BBC'

red 247 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #F77BBC

Tints of Persian Pink #F77BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 44.27%
G = 22.04%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F77BBC (or 0xF77BBC) is known color: Persian Pink. HEX triplet: F7, 7B and BC. RGB value is (247,123,188). Sum of RGB (Red+Green+Blue) = 247+123+188=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BBC is #088443. Grayscale: #A7A7A7. Windows color (decimal): -558148 or 12352503. OLE color: 12352503.

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

Color convert

RGB 247 123 188 -
CMYK 0 0.50 0.24 0.03
HSL 328.55º 0.89% 0.73% -
HSV(B) 328.55º 0.5% 0.97% -
XYZ 54.52 37.57 51.96 -
YUV 167.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 247 123 188 0 0.50 0.24 0.03 328.55 0.89 0.73
Hex F7 7B BC 0 32 18 3 149 59 49
Octal 367 173 274 0 62 30 3 511 131 111
Binary 11110111 1111011 10111100 0 110010 11000 11 101001001 1011001 1001001

Color Harmonies of #F77BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BBC

Black with #F77BBC

Text Example


Text Example

White with #F77BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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