#F57DC3

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

Shades of Persian Pink #F57DC3

Tints of Persian Pink #F57DC3

Color information

#F57DC3 (or 0xF57DC3) is unknown color: approx Persian Pink. HEX triplet: F5, 7D and C3. RGB value is (245,125,195). Sum of RGB (Red+Green+Blue) = 245+125+195=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DC3 is #0A823C. Grayscale: #A8A8A8. Windows color (decimal): -688701 or 12811765. OLE color: 12811765.

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

Color convert

RGB245125195-
CMYK00.490.200.04
HSL325º85.71%72.55%-
HSV(B)325º48.98%96.08%-
XYZ54.8438.0256.08-
YUV168.86142.76182.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.36%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=43.36%
G=22.12%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512519500.490.200.0432585.7172.55
HexF57DC30311441455649
Octal365175303061244505126111
Binary1111010111111011100001101100011010010010100010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DC3; }

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

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

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

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

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

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

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

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