#F289B8

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

Shades of Persian Pink #F289B8

Tints of Persian Pink #F289B8

Color information

#F289B8 (or 0xF289B8) is unknown color: approx Persian Pink. HEX triplet: F2, 89 and B8. RGB value is (242,137,184). Sum of RGB (Red+Green+Blue) = 242+137+184=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F289B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289B8 is #0D7647. Grayscale: #ADADAD. Windows color (decimal): -882248 or 12093938. OLE color: 12093938.

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

Color convert

RGB242137184-
CMYK00.430.240.05
HSL333.14º80.15%74.31%-
HSV(B)333.14º43.39%94.9%-
XYZ54.2240.2350.25-
YUV173.75133.79176.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=42.98%
G=24.33%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213718400.430.240.05333.1480.1574.31
HexF289B802B18514d504a
Octal362211270053305515120112
Binary11110010100010011011100001010111100010110100110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F289B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F289B8; }

 p { color: rgb(242,137,184); }

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

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

 a { background-color: rgb(242,137,184); }

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

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

 span { border-color: rgb(242,137,184); }

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