#f778b9

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

Shades of Persian Pink #F778B9

Tints of Persian Pink #F778B9

Color information

#F778B9 (or 0xF778B9) is unknown color: approx Persian Pink. HEX triplet: F7, 78 and B9. RGB value is (247,120,185). Sum of RGB (Red+Green+Blue) = 247+120+185=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F778B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778B9 is #088746. Grayscale: #A5A5A5. Windows color (decimal): -558919 or 12155127. OLE color: 12155127.

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

Color convert

RGB247120185-
CMYK00.510.250.03
HSL329.29º88.81%71.96%-
HSV(B)329.29º51.42%96.86%-
XYZ53.8336.7150.15-
YUV165.38139.08186.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 120 (47.27% from 255) = 21.74%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=44.75%
G=21.74%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712018500.510.250.03329.2988.8171.96
HexF778B90331931495948
Octal367170271063313511131110
Binary111101111111000101110010110011110011110100100110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f778b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f778b9; }

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

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

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

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

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

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

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

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