#F584B9

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

Shades of Persian Pink #F584B9

Tints of Persian Pink #F584B9

Color information

#F584B9 (or 0xF584B9) is unknown color: approx Persian Pink. HEX triplet: F5, 84 and B9. RGB value is (245,132,185). Sum of RGB (Red+Green+Blue) = 245+132+185=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F584B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584B9 is #0A7B46. Grayscale: #ABABAB. Windows color (decimal): -686919 or 12158197. OLE color: 12158197.

HSL color Cylindrical-coordinate representation of color #F584B9: hue angle of 331.86º 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 #F584B9 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245132185-
CMYK00.460.240.04
HSL331.86º84.96%73.92%-
HSV(B)331.86º46.12%96.08%-
XYZ54.6639.4250.63-
YUV171.83135.44180.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=43.59%
G=23.49%
B=32.92%

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
Decimal24513218500.460.240.04331.8684.9673.92
HexF584B902E18414c554a
Octal365204271056304514125112
Binary11110101100001001011100101011101100010010100110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F584B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F584B9; }

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

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

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

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

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

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

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

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