#F57D95

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

Shades of Carissma #F57D95

Tints of Carissma #F57D95

Color information

#F57D95 (or 0xF57D95) is unknown color: approx Carissma. HEX triplet: F5, 7D and 95. RGB value is (245,125,149). Sum of RGB (Red+Green+Blue) = 245+125+149=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D95 is #0A826A. Grayscale: #A3A3A3. Windows color (decimal): -688747 or 9797109. OLE color: 9797109.

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

Color convert

RGB245125149-
CMYK00.490.390.04
HSL348º85.71%72.55%-
HSV(B)348º48.98%96.08%-
XYZ50.4136.2532.77-
YUV163.62119.76186.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=47.21%
G=24.08%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512514900.490.390.0434885.7172.55
HexF57D9503127415c5649
Octal365175225061474534126111
Binary11110101111110110010101011000110011110010101110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D95; }

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

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

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

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

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

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

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

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