#F775BA

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

Shades of Persian Pink #F775BA

Tints of Persian Pink #F775BA

Color information

#F775BA (or 0xF775BA) is unknown color: approx Persian Pink. HEX triplet: F7, 75 and BA. RGB value is (247,117,186). Sum of RGB (Red+Green+Blue) = 247+117+186=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F775BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775BA is #088A45. Grayscale: #A3A3A3. Windows color (decimal): -559686 or 12219895. OLE color: 12219895.

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

Color convert

RGB247117186-
CMYK00.530.250.03
HSL328.15º89.04%71.37%-
HSV(B)328.15º52.63%96.86%-
XYZ53.5836.0450.59-
YUV163.74140.57187.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 117 (46.09% from 255) = 21.27%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=44.91%
G=21.27%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711718600.530.250.03328.1589.0471.37
HexF775BA0351931485947
Octal367165272065313510131107
Binary111101111110101101110100110101110011110100100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775BA; }

 p { color: rgb(247,117,186); }

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

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

 a { background-color: rgb(247,117,186); }

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

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

 span { border-color: rgb(247,117,186); }

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