#F789BA

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

Shades of Persian Pink #F789BA

Tints of Persian Pink #F789BA

Color information

#F789BA (or 0xF789BA) is unknown color: approx Persian Pink. HEX triplet: F7, 89 and BA. RGB value is (247,137,186). Sum of RGB (Red+Green+Blue) = 247+137+186=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F789BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F789BA is #087645. Grayscale: #AFAFAF. Windows color (decimal): -554566 or 12225015. OLE color: 12225015.

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

Color convert

RGB247137186-
CMYK00.450.250.03
HSL333.27º87.3%75.29%-
HSV(B)333.27º44.53%96.86%-
XYZ56.1741.2151.45-
YUV175.48133.94179.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=43.33%
G=24.04%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713718600.450.250.03333.2787.375.29
HexF789BA02D19314d574b
Octal367211272055313515127113
Binary1111011110001001101110100101101110011110100110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F789BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F789BA; }

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

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

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

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

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

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

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

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