#F57BBE

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

Shades of Persian Pink #F57BBE

Tints of Persian Pink #F57BBE

Color information

#F57BBE (or 0xF57BBE) is unknown color: approx Persian Pink. HEX triplet: F5, 7B and BE. RGB value is (245,123,190). Sum of RGB (Red+Green+Blue) = 245+123+190=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BBE is #0A8441. Grayscale: #A6A6A6. Windows color (decimal): -689218 or 12483573. OLE color: 12483573.

HSL color Cylindrical-coordinate representation of color #F57BBE: hue angle of 327.05º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BBE is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245123190-
CMYK00.500.220.04
HSL327.05º85.92%72.16%-
HSV(B)327.05º49.8%96.08%-
XYZ54.0337.353.07-
YUV167.12140.92183.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 123 (48.44% from 255) = 22.04%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=43.91%
G=22.04%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512319000.500.220.04327.0585.9272.16
HexF57BBE0321641475648
Octal365173276062264507126110
Binary1111010111110111011111001100101011010010100011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BBE; }

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

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

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

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

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

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

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

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