Html Css Color HEX #F779BE Persian Pink

📋 copy color: '#F779BE'

red 247 ◦ green 121 ◦ blue 190

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

Shades of Persian Pink #F779BE

Tints of Persian Pink #F779BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 44.27%
G = 21.68%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F779BE (or 0xF779BE) is known color: Persian Pink. HEX triplet: F7, 79 and BE. RGB value is (247,121,190). Sum of RGB (Red+Green+Blue) = 247+121+190=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F779BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779BE is #088641. Grayscale: #A6A6A6. Windows color (decimal): -558658 or 12483063. OLE color: 12483063.

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

Color convert

RGB 247 121 190 -
CMYK 0 0.51 0.23 0.03
HSL 327.14º 0.89% 0.72% -
HSV(B) 327.14º 0.51% 0.97% -
XYZ 54.49 37.17 53.02 -
YUV 166.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 247 121 190 0 0.51 0.23 0.03 327.14 0.89 0.72
Hex F7 79 BE 0 33 17 3 147 59 48
Octal 367 171 276 0 63 27 3 507 131 110
Binary 11110111 1111001 10111110 0 110011 10111 11 101000111 1011001 1001000

Color Harmonies of #F779BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779BE

Black with #F779BE

Text Example


Text Example

White with #F779BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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