Html Css Color HEX #F779B2 Persian Pink

📋 copy color: '#F779B2'

red 247 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #F779B2

Tints of Persian Pink #F779B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.6%

R = 45.24%
G = 22.16%
B = 32.6%

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

#F779B2 (or 0xF779B2) is known color: Persian Pink. HEX triplet: F7, 79 and B2. RGB value is (247,121,178). Sum of RGB (Red+Green+Blue) = 247+121+178=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F779B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F779B2 is #08864D. Grayscale: #A5A5A5. Windows color (decimal): -558670 or 11696631. OLE color: 11696631.

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

Color convert

RGB 247 121 178 -
CMYK 0 0.51 0.28 0.03
HSL 332.86º 0.89% 0.72% -
HSV(B) 332.86º 0.51% 0.97% -
XYZ 53.23 36.66 46.39 -
YUV 165.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 247 121 178 0 0.51 0.28 0.03 332.86 0.89 0.72
Hex F7 79 B2 0 33 1C 3 14D 59 48
Octal 367 171 262 0 63 34 3 515 131 110
Binary 11110111 1111001 10110010 0 110011 11100 11 101001101 1011001 1001000

Color Harmonies of #F779B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779B2

Black with #F779B2

Text Example


Text Example

White with #F779B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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