#F889B6

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

Shades of Persian Pink #F889B6

Tints of Persian Pink #F889B6

Color information

#F889B6 (or 0xF889B6) is unknown color: approx Persian Pink. HEX triplet: F8, 89 and B6. RGB value is (248,137,182). Sum of RGB (Red+Green+Blue) = 248+137+182=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F889B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889B6 is #077649. Grayscale: #AFAFAF. Windows color (decimal): -489034 or 11962872. OLE color: 11962872.

HSL color Cylindrical-coordinate representation of color #F889B6: hue angle of 335.68º degrees, saturation: 0.89, 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 #F889B6 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB248137182-
CMYK00.450.270.03
HSL335.68º88.8%75.49%-
HSV(B)335.68º44.76%97.25%-
XYZ56.141.2349.26-
YUV175.32131.77179.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 137 (53.91% from 255) = 24.16%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=43.74%
G=24.16%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813718200.450.270.03335.6888.875.49
HexF889B602D1B3150594b
Octal370211266055333520131113
Binary1111100010001001101101100101101110111110101000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889B6; }

 p { color: rgb(248,137,182); }

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

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

 a { background-color: rgb(248,137,182); }

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

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

 span { border-color: rgb(248,137,182); }

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