#F78AB9

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

Shades of Persian Pink #F78AB9

Tints of Persian Pink #F78AB9

Color information

#F78AB9 (or 0xF78AB9) is unknown color: approx Persian Pink. HEX triplet: F7, 8A and B9. RGB value is (247,138,185). Sum of RGB (Red+Green+Blue) = 247+138+185=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AB9 is #087546. Grayscale: #AFAFAF. Windows color (decimal): -554311 or 12159735. OLE color: 12159735.

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

Color convert

RGB247138185-
CMYK00.440.250.03
HSL334.13º87.2%75.49%-
HSV(B)334.13º44.13%96.86%-
XYZ56.241.4550.94-
YUV175.95133.11178.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=43.33%
G=24.21%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713818500.440.250.03334.1387.275.49
HexF78AB902C19314e574b
Octal367212271054313516127113
Binary1111011110001010101110010101100110011110100111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AB9; }

 p { color: rgb(247,138,185); }

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

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

 a { background-color: rgb(247,138,185); }

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

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

 span { border-color: rgb(247,138,185); }

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