Html Css Color HEX #F77CBF Persian Pink

📋 copy color: '#F77CBF'

red 247 ◦ green 124 ◦ blue 191

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

Shades of Persian Pink #F77CBF

Tints of Persian Pink #F77CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

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

R = 43.95%
G = 22.06%
B = 33.99%

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

#F77CBF (or 0xF77CBF) is known color: Persian Pink. HEX triplet: F7, 7C and BF. RGB value is (247,124,191). Sum of RGB (Red+Green+Blue) = 247+124+191=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CBF is #088340. Grayscale: #A8A8A8. Windows color (decimal): -557889 or 12549367. OLE color: 12549367.

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

Color convert

RGB 247 124 191 -
CMYK 0 0.50 0.23 0.03
HSL 327.32º 0.88% 0.73% -
HSV(B) 327.32º 0.5% 0.97% -
XYZ 54.97 37.95 53.72 -
YUV 168.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 247 124 191 0 0.50 0.23 0.03 327.32 0.88 0.73
Hex F7 7C BF 0 32 17 3 147 58 49
Octal 367 174 277 0 62 27 3 507 130 111
Binary 11110111 1111100 10111111 0 110010 10111 11 101000111 1011000 1001001

Color Harmonies of #F77CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CBF

Black with #F77CBF

Text Example


Text Example

White with #F77CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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