#F189B5

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

Shades of Persian Pink #F189B5

Tints of Persian Pink #F189B5

Color information

#F189B5 (or 0xF189B5) is unknown color: approx Persian Pink. HEX triplet: F1, 89 and B5. RGB value is (241,137,181). Sum of RGB (Red+Green+Blue) = 241+137+181=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F189B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189B5 is #0E764A. Grayscale: #ADADAD. Windows color (decimal): -947787 or 11897329. OLE color: 11897329.

HSL color Cylindrical-coordinate representation of color #F189B5: hue angle of 334.62º 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 #F189B5 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241137181-
CMYK00.430.250.05
HSL334.62º78.79%74.12%-
HSV(B)334.62º43.15%94.51%-
XYZ53.5639.9348.6-
YUV173.11132.46176.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=43.11%
G=24.51%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113718100.430.250.05334.6278.7974.12
HexF189B502B19514f4f4a
Octal361211265053315517117112
Binary11110001100010011011010101010111100110110100111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189B5; }

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

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

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

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

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

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

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

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