Html Css Color HEX #F779B3 Persian Pink

📋 copy color: '#F779B3'

red 247 ◦ green 121 ◦ blue 179

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

Shades of Persian Pink #F779B3

Tints of Persian Pink #F779B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 45.16%
G = 22.12%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F779B3 (or 0xF779B3) is known color: Persian Pink. HEX triplet: F7, 79 and B3. RGB value is (247,121,179). Sum of RGB (Red+Green+Blue) = 247+121+179=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F779B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779B3 is #08864C. Grayscale: #A5A5A5. Windows color (decimal): -558669 or 11762167. OLE color: 11762167.

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

Color convert

RGB 247 121 179 -
CMYK 0 0.51 0.28 0.03
HSL 332.38º 0.89% 0.72% -
HSV(B) 332.38º 0.51% 0.97% -
XYZ 53.33 36.7 46.92 -
YUV 165.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 247 121 179 0 0.51 0.28 0.03 332.38 0.89 0.72
Hex F7 79 B3 0 33 1C 3 14C 59 48
Octal 367 171 263 0 63 34 3 514 131 110
Binary 11110111 1111001 10110011 0 110011 11100 11 101001100 1011001 1001000

Color Harmonies of #F779B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779B3

Black with #F779B3

Text Example


Text Example

White with #F779B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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