#F777B9

Color #F777B9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F777B9

Tints of Persian Pink #F777B9

Color information

#F777B9 (or 0xF777B9) is unknown color: approx Persian Pink. HEX triplet: F7, 77 and B9. RGB value is (247,119,185). Sum of RGB (Red+Green+Blue) = 247+119+185=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777B9 is #088846. Grayscale: #A4A4A4. Windows color (decimal): -559175 or 12154871. OLE color: 12154871.

HSL color Cylindrical-coordinate representation of color #F777B9: hue angle of 329.06º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777B9 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247119185-
CMYK00.520.250.03
HSL329.06º88.89%71.76%-
HSV(B)329.06º51.82%96.86%-
XYZ53.7136.4750.11-
YUV164.8139.41186.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.83%
GREEN value IS 119 (46.88% from 255) = 21.60%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=44.83%
G=21.60%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711918500.520.250.03329.0688.8971.76
HexF777B90341931495948
Octal367167271064313511131110
Binary111101111110111101110010110100110011110100100110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F777B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F777B9; }

 p { color: rgb(247,119,185); }

 H1.HeaderClassName
 {
   color: #F777B9;
 }
 .AnyTagClassName
 {
   color: #F777B9;
 }
</style>
background-color css

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

 a { background-color: rgb(247,119,185); }

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

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

 span { border-color: rgb(247,119,185); }

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