#F57EBE

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

Shades of Persian Pink #F57EBE

Tints of Persian Pink #F57EBE

Color information

#F57EBE (or 0xF57EBE) is unknown color: approx Persian Pink. HEX triplet: F5, 7E and BE. RGB value is (245,126,190). Sum of RGB (Red+Green+Blue) = 245+126+190=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EBE is #0A8141. Grayscale: #A8A8A8. Windows color (decimal): -688450 or 12484341. OLE color: 12484341.

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

Color convert

RGB245126190-
CMYK00.490.220.04
HSL327.73º85.61%72.75%-
HSV(B)327.73º48.57%96.08%-
XYZ54.4138.0553.19-
YUV168.88139.92182.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 126 (49.61% from 255) = 22.46%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=43.67%
G=22.46%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512619000.490.220.04327.7385.6172.75
HexF57EBE0311641485649
Octal365176276061264510126111
Binary1111010111111101011111001100011011010010100100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57EBE; }

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

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

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

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

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

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

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

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