#f57895

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

Shades of Carissma #F57895

Tints of Carissma #F57895

Color information

#F57895 (or 0xF57895) is unknown color: approx Carissma. HEX triplet: F5, 78 and 95. RGB value is (245,120,149). Sum of RGB (Red+Green+Blue) = 245+120+149=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F57895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57895 is #0A876A. Grayscale: #A0A0A0. Windows color (decimal): -690027 or 9795829. OLE color: 9795829.

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

Color convert

RGB245120149-
CMYK00.510.390.04
HSL346.08º86.21%71.57%-
HSV(B)346.08º51.02%96.08%-
XYZ49.835.0232.57-
YUV160.68121.41188.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.67%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=47.67%
G=23.35%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512014900.510.390.04346.0886.2171.57
HexF5789503327415a5648
Octal365170225063474532126110
Binary11110101111100010010101011001110011110010101101010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f57895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f57895; }

 p { color: rgb(245,120,149); }

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

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

 a { background-color: rgb(245,120,149); }

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

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

 span { border-color: rgb(245,120,149); }

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