Html Css Color HEX #F779BA Persian Pink

📋 copy color: '#F779BA'

red 247 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #F779BA

Tints of Persian Pink #F779BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 44.58%
G = 21.84%
B = 33.57%

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

#F779BA (or 0xF779BA) is known color: Persian Pink. HEX triplet: F7, 79 and BA. RGB value is (247,121,186). Sum of RGB (Red+Green+Blue) = 247+121+186=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F779BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779BA is #088645. Grayscale: #A5A5A5. Windows color (decimal): -558662 or 12220919. OLE color: 12220919.

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

Color convert

RGB 247 121 186 -
CMYK 0 0.51 0.25 0.03
HSL 329.05º 0.89% 0.72% -
HSV(B) 329.05º 0.51% 0.97% -
XYZ 54.06 36.99 50.75 -
YUV 166.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 247 121 186 0 0.51 0.25 0.03 329.05 0.89 0.72
Hex F7 79 BA 0 33 19 3 149 59 48
Octal 367 171 272 0 63 31 3 511 131 110
Binary 11110111 1111001 10111010 0 110011 11001 11 101001001 1011001 1001000

Color Harmonies of #F779BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779BA

Black with #F779BA

Text Example


Text Example

White with #F779BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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