#F583BA

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

Shades of Persian Pink #F583BA

Tints of Persian Pink #F583BA

Color information

#F583BA (or 0xF583BA) is unknown color: approx Persian Pink. HEX triplet: F5, 83 and BA. RGB value is (245,131,186). Sum of RGB (Red+Green+Blue) = 245+131+186=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F583BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583BA is #0A7C45. Grayscale: #ABABAB. Windows color (decimal): -687174 or 12223477. OLE color: 12223477.

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

Color convert

RGB245131186-
CMYK00.470.240.04
HSL331.05º85.07%73.73%-
HSV(B)331.05º46.53%96.08%-
XYZ54.6439.1951.14-
YUV171.36136.27180.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=43.59%
G=23.31%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513118600.470.240.04331.0585.0773.73
HexF583BA02F18414b554a
Octal365203272057304513125112
Binary11110101100000111011101001011111100010010100101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F583BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F583BA; }

 p { color: rgb(245,131,186); }

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

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

 a { background-color: rgb(245,131,186); }

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

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

 span { border-color: rgb(245,131,186); }

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