#F777B8

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

Shades of Persian Pink #F777B8

Tints of Persian Pink #F777B8

Color information

#F777B8 (or 0xF777B8) is unknown color: approx Persian Pink. HEX triplet: F7, 77 and B8. RGB value is (247,119,184). Sum of RGB (Red+Green+Blue) = 247+119+184=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777B8 is #088847. Grayscale: #A4A4A4. Windows color (decimal): -559176 or 12089335. OLE color: 12089335.

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

Color convert

RGB247119184-
CMYK00.520.260.03
HSL329.53º88.89%71.76%-
HSV(B)329.53º51.82%96.86%-
XYZ53.6136.4349.55-
YUV164.68138.91186.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 119 (46.88% from 255) = 21.64%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=44.91%
G=21.64%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711918400.520.260.03329.5388.8971.76
HexF777B80341A314a5948
Octal367167270064323512131110
Binary111101111110111101110000110100110101110100101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F777B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F777B8; }

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

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

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

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

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

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

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

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