#F580BE

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

Shades of Persian Pink #F580BE

Tints of Persian Pink #F580BE

Color information

#F580BE (or 0xF580BE) is unknown color: approx Persian Pink. HEX triplet: F5, 80 and BE. RGB value is (245,128,190). Sum of RGB (Red+Green+Blue) = 245+128+190=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F580BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580BE is #0A7F41. Grayscale: #A9A9A9. Windows color (decimal): -687938 or 12484853. OLE color: 12484853.

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

Color convert

RGB245128190-
CMYK00.480.220.04
HSL328.21º85.4%73.14%-
HSV(B)328.21º47.76%96.08%-
XYZ54.6738.5753.28-
YUV170.05139.26181.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=43.52%
G=22.74%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512819000.480.220.04328.2185.473.14
HexF580BE0301641485549
Octal365200276060264510125111
Binary11110101100000001011111001100001011010010100100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580BE; }

 p { color: rgb(245,128,190); }

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

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

 a { background-color: rgb(245,128,190); }

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

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

 span { border-color: rgb(245,128,190); }

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