#F57BC3

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

Shades of Persian Pink #F57BC3

Tints of Persian Pink #F57BC3

Color information

#F57BC3 (or 0xF57BC3) is unknown color: approx Persian Pink. HEX triplet: F5, 7B and C3. RGB value is (245,123,195). Sum of RGB (Red+Green+Blue) = 245+123+195=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BC3 is #0A843C. Grayscale: #A7A7A7. Windows color (decimal): -689213 or 12811253. OLE color: 12811253.

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

Color convert

RGB245123195-
CMYK00.500.200.04
HSL324.59º85.92%72.16%-
HSV(B)324.59º49.8%96.08%-
XYZ54.5937.5255.99-
YUV167.69143.42183.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=43.52%
G=21.85%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512319500.500.200.04324.5985.9272.16
HexF57BC30321441455648
Octal365173303062244505126110
Binary1111010111110111100001101100101010010010100010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BC3; }

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

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

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

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

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

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

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

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