#F584BB

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

Shades of Persian Pink #F584BB

Tints of Persian Pink #F584BB

Color information

#F584BB (or 0xF584BB) is unknown color: approx Persian Pink. HEX triplet: F5, 84 and BB. RGB value is (245,132,187). Sum of RGB (Red+Green+Blue) = 245+132+187=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F584BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584BB is #0A7B44. Grayscale: #ABABAB. Windows color (decimal): -686917 or 12289269. OLE color: 12289269.

HSL color Cylindrical-coordinate representation of color #F584BB: hue angle of 330.8º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F584BB is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245132187-
CMYK00.460.240.04
HSL330.8º84.96%73.92%-
HSV(B)330.8º46.12%96.08%-
XYZ54.8839.551.75-
YUV172.06136.44180.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=43.44%
G=23.40%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513218700.460.240.04330.884.9673.92
HexF584BB02E18414b554a
Octal365204273056304513125112
Binary11110101100001001011101101011101100010010100101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F584BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F584BB; }

 p { color: rgb(245,132,187); }

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

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

 a { background-color: rgb(245,132,187); }

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

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

 span { border-color: rgb(245,132,187); }

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