Html Css Color HEX #F779BC Persian Pink

📋 copy color: '#F779BC'

red 247 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #F779BC

Tints of Persian Pink #F779BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 44.42%
G = 21.76%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F779BC (or 0xF779BC) is known color: Persian Pink. HEX triplet: F7, 79 and BC. RGB value is (247,121,188). Sum of RGB (Red+Green+Blue) = 247+121+188=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F779BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779BC is #088643. Grayscale: #A6A6A6. Windows color (decimal): -558660 or 12351991. OLE color: 12351991.

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

Color convert

RGB 247 121 188 -
CMYK 0 0.51 0.24 0.03
HSL 328.1º 0.89% 0.72% -
HSV(B) 328.1º 0.51% 0.97% -
XYZ 54.27 37.08 51.87 -
YUV 166.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 247 121 188 0 0.51 0.24 0.03 328.1 0.89 0.72
Hex F7 79 BC 0 33 18 3 148 59 48
Octal 367 171 274 0 63 30 3 510 131 110
Binary 11110111 1111001 10111100 0 110011 11000 11 101001000 1011001 1001000

Color Harmonies of #F779BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779BC

Black with #F779BC

Text Example


Text Example

White with #F779BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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