#F583BB

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

Shades of Persian Pink #F583BB

Tints of Persian Pink #F583BB

Color information

#F583BB (or 0xF583BB) is unknown color: approx Persian Pink. HEX triplet: F5, 83 and BB. RGB value is (245,131,187). Sum of RGB (Red+Green+Blue) = 245+131+187=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F583BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583BB is #0A7C44. Grayscale: #ABABAB. Windows color (decimal): -687173 or 12289013. OLE color: 12289013.

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

Color convert

RGB245131187-
CMYK00.470.240.04
HSL330.53º85.07%73.73%-
HSV(B)330.53º46.53%96.08%-
XYZ54.7439.2351.7-
YUV171.47136.77180.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 131 (51.56% from 255) = 23.27%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=43.52%
G=23.27%
B=33.21%

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
Decimal24513118700.470.240.04330.5385.0773.73
HexF583BB02F18414b554a
Octal365203273057304513125112
Binary11110101100000111011101101011111100010010100101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F583BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F583BB; }

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

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

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

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

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

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

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

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