#F57795

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

Shades of Carissma #F57795

Tints of Carissma #F57795

Color information

#F57795 (or 0xF57795) is unknown color: approx Carissma. HEX triplet: F5, 77 and 95. RGB value is (245,119,149). Sum of RGB (Red+Green+Blue) = 245+119+149=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F57795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57795 is #0A886A. Grayscale: #A0A0A0. Windows color (decimal): -690283 or 9795573. OLE color: 9795573.

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

Color convert

RGB245119149-
CMYK00.510.390.04
HSL345.71º86.3%71.37%-
HSV(B)345.71º51.43%96.08%-
XYZ49.6834.7832.53-
YUV160.09121.74188.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=47.76%
G=23.20%
B=29.04%

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
Decimal24511914900.510.390.04345.7186.371.37
HexF5779503327415a5647
Octal365167225063474532126107
Binary11110101111011110010101011001110011110010101101010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57795; }

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

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

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

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

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

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

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

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