Html Css Color HEX #F779B9 Persian Pink

📋 copy color: '#F779B9'

red 247 ◦ green 121 ◦ blue 185

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

Shades of Persian Pink #F779B9

Tints of Persian Pink #F779B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 44.67%
G = 21.88%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F779B9 (or 0xF779B9) is known color: Persian Pink. HEX triplet: F7, 79 and B9. RGB value is (247,121,185). Sum of RGB (Red+Green+Blue) = 247+121+185=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F779B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779B9 is #088646. Grayscale: #A5A5A5. Windows color (decimal): -558663 or 12155383. OLE color: 12155383.

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

Color convert

RGB 247 121 185 -
CMYK 0 0.51 0.25 0.03
HSL 329.52º 0.89% 0.72% -
HSV(B) 329.52º 0.51% 0.97% -
XYZ 53.95 36.95 50.19 -
YUV 165.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 247 121 185 0 0.51 0.25 0.03 329.52 0.89 0.72
Hex F7 79 B9 0 33 19 3 14A 59 48
Octal 367 171 271 0 63 31 3 512 131 110
Binary 11110111 1111001 10111001 0 110011 11001 11 101001010 1011001 1001000

Color Harmonies of #F779B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779B9

Black with #F779B9

Text Example


Text Example

White with #F779B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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