#F57D85

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

Shades of Carissma #F57D85

Tints of Carissma #F57D85

Color information

#F57D85 (or 0xF57D85) is unknown color: approx Carissma. HEX triplet: F5, 7D and 85. RGB value is (245,125,133). Sum of RGB (Red+Green+Blue) = 245+125+133=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D85 is #0A827A. Grayscale: #A1A1A1. Windows color (decimal): -688763 or 8748533. OLE color: 8748533.

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

Color convert

RGB245125133-
CMYK00.490.460.04
HSL356º85.71%72.55%-
HSV(B)356º48.98%96.08%-
XYZ49.2235.7726.5-
YUV161.79111.76187.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=48.71%
G=24.85%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512513300.490.460.0435685.7172.55
HexF57D850312E41645649
Octal365175205061564544126111
Binary11110101111110110000101011000110111010010110010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D85; }

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

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

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

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

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

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

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

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