#F57BB2

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

Shades of Persian Pink #F57BB2

Tints of Persian Pink #F57BB2

Color information

#F57BB2 (or 0xF57BB2) is unknown color: approx Persian Pink. HEX triplet: F5, 7B and B2. RGB value is (245,123,178). Sum of RGB (Red+Green+Blue) = 245+123+178=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57BB2 is #0A844D. Grayscale: #A5A5A5. Windows color (decimal): -689230 or 11697141. OLE color: 11697141.

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

Color convert

RGB245123178-
CMYK00.500.270.04
HSL332.95º85.92%72.16%-
HSV(B)332.95º49.8%96.08%-
XYZ52.7836.7946.44-
YUV165.75134.92184.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 123 (48.44% from 255) = 22.53%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=44.87%
G=22.53%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512317800.500.270.04332.9585.9272.16
HexF57BB20321B414d5648
Octal365173262062334515126110
Binary1111010111110111011001001100101101110010100110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BB2; }

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

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

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

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

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

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

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

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