#F189B9

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

Shades of Persian Pink #F189B9

Tints of Persian Pink #F189B9

Color information

#F189B9 (or 0xF189B9) is unknown color: approx Persian Pink. HEX triplet: F1, 89 and B9. RGB value is (241,137,185). Sum of RGB (Red+Green+Blue) = 241+137+185=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F189B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189B9 is #0E7646. Grayscale: #ADADAD. Windows color (decimal): -947783 or 12159473. OLE color: 12159473.

HSL color Cylindrical-coordinate representation of color #F189B9: hue angle of 332.31º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F189B9 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241137185-
CMYK00.430.230.05
HSL332.31º78.79%74.12%-
HSV(B)332.31º43.15%94.51%-
XYZ53.9840.0950.79-
YUV173.57134.46176.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=42.81%
G=24.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113718500.430.230.05332.3178.7974.12
HexF189B902B17514c4f4a
Octal361211271053275514117112
Binary11110001100010011011100101010111011110110100110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189B9; }

 p { color: rgb(241,137,185); }

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

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

 a { background-color: rgb(241,137,185); }

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

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

 span { border-color: rgb(241,137,185); }

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