#F580BC

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

Shades of Persian Pink #F580BC

Tints of Persian Pink #F580BC

Color information

#F580BC (or 0xF580BC) is unknown color: approx Persian Pink. HEX triplet: F5, 80 and BC. RGB value is (245,128,188). Sum of RGB (Red+Green+Blue) = 245+128+188=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F580BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580BC is #0A7F43. Grayscale: #A9A9A9. Windows color (decimal): -687940 or 12353781. OLE color: 12353781.

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

Color convert

RGB245128188-
CMYK00.480.230.04
HSL329.23º85.4%73.14%-
HSV(B)329.23º47.76%96.08%-
XYZ54.4538.4852.13-
YUV169.82138.26181.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=43.67%
G=22.82%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512818800.480.230.04329.2385.473.14
HexF580BC0301741495549
Octal365200274060274511125111
Binary11110101100000001011110001100001011110010100100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580BC; }

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

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

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

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

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

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

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

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