#F77CBC

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

Shades of Persian Pink #F77CBC

Tints of Persian Pink #F77CBC

Color information

#F77CBC (or 0xF77CBC) is unknown color: approx Persian Pink. HEX triplet: F7, 7C and BC. RGB value is (247,124,188). Sum of RGB (Red+Green+Blue) = 247+124+188=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CBC is #088343. Grayscale: #A7A7A7. Windows color (decimal): -557892 or 12352759. OLE color: 12352759.

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

Color convert

RGB247124188-
CMYK00.500.240.03
HSL328.78º88.49%72.75%-
HSV(B)328.78º49.8%96.86%-
XYZ54.6437.8252-
YUV168.07139.25184.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.19%
GREEN value IS 124 (48.83% from 255) = 22.18%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=44.19%
G=22.18%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712418800.500.240.03328.7888.4972.75
HexF77CBC0321831495849
Octal367174274062303511130111
Binary111101111111100101111000110010110001110100100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77CBC; }

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

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

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

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

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

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

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

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