#F77CBA

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

Shades of Persian Pink #F77CBA

Tints of Persian Pink #F77CBA

Color information

#F77CBA (or 0xF77CBA) is unknown color: approx Persian Pink. HEX triplet: F7, 7C and BA. RGB value is (247,124,186). Sum of RGB (Red+Green+Blue) = 247+124+186=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CBA is #088345. Grayscale: #A7A7A7. Windows color (decimal): -557894 or 12221687. OLE color: 12221687.

HSL color Cylindrical-coordinate representation of color #F77CBA: hue angle of 329.76º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CBA is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247124186-
CMYK00.500.250.03
HSL329.76º88.49%72.75%-
HSV(B)329.76º49.8%96.86%-
XYZ54.4337.7350.87-
YUV167.84138.25184.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=44.34%
G=22.26%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712418600.500.250.03329.7688.4972.75
HexF77CBA03219314a5849
Octal367174272062313512130111
Binary111101111111100101110100110010110011110100101010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77CBA; }

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

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

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

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

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

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

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

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