Html Css Color HEX #F77DBF Persian Pink

📋 copy color: '#F77DBF'

red 247 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #F77DBF

Tints of Persian Pink #F77DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.2%

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

R = 43.87%
G = 22.2%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F77DBF (or 0xF77DBF) is known color: Persian Pink. HEX triplet: F7, 7D and BF. RGB value is (247,125,191). Sum of RGB (Red+Green+Blue) = 247+125+191=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DBF is #088240. Grayscale: #A8A8A8. Windows color (decimal): -557633 or 12549623. OLE color: 12549623.

HSL color Cylindrical-coordinate representation of color #F77DBF: hue angle of 327.54º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77DBF is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 125 191 -
CMYK 0 0.49 0.23 0.03
HSL 327.54º 0.88% 0.73% -
HSV(B) 327.54º 0.49% 0.97% -
XYZ 55.1 38.2 53.76 -
YUV 169 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 247 125 191 0 0.49 0.23 0.03 327.54 0.88 0.73
Hex F7 7D BF 0 31 17 3 148 58 49
Octal 367 175 277 0 61 27 3 510 130 111
Binary 11110111 1111101 10111111 0 110001 10111 11 101001000 1011000 1001001

Color Harmonies of #F77DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DBF

Black with #F77DBF

Text Example


Text Example

White with #F77DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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