Html Css Color HEX #F779BF Persian Pink

📋 copy color: '#F779BF'

red 247 ◦ green 121 ◦ blue 191

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

Shades of Persian Pink #F779BF

Tints of Persian Pink #F779BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.65%

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

R = 44.19%
G = 21.65%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F779BF (or 0xF779BF) is known color: Persian Pink. HEX triplet: F7, 79 and BF. RGB value is (247,121,191). Sum of RGB (Red+Green+Blue) = 247+121+191=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F779BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779BF is #088640. Grayscale: #A6A6A6. Windows color (decimal): -558657 or 12548599. OLE color: 12548599.

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

Color convert

RGB 247 121 191 -
CMYK 0 0.51 0.23 0.03
HSL 326.67º 0.89% 0.72% -
HSV(B) 326.67º 0.51% 0.97% -
XYZ 54.6 37.21 53.59 -
YUV 166.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 247 121 191 0 0.51 0.23 0.03 326.67 0.89 0.72
Hex F7 79 BF 0 33 17 3 147 59 48
Octal 367 171 277 0 63 27 3 507 131 110
Binary 11110111 1111001 10111111 0 110011 10111 11 101000111 1011001 1001000

Color Harmonies of #F779BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779BF

Black with #F779BF

Text Example


Text Example

White with #F779BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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