#F57B85

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

Shades of Carissma #F57B85

Tints of Carissma #F57B85

Color information

#F57B85 (or 0xF57B85) is unknown color: approx Carissma. HEX triplet: F5, 7B and 85. RGB value is (245,123,133). Sum of RGB (Red+Green+Blue) = 245+123+133=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57B85 is #0A847A. Grayscale: #A0A0A0. Windows color (decimal): -689275 or 8748021. OLE color: 8748021.

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

Color convert

RGB245123133-
CMYK00.500.460.04
HSL355.08º85.92%72.16%-
HSV(B)355.08º49.8%96.08%-
XYZ48.9735.2726.42-
YUV160.62112.42188.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.90%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=48.90%
G=24.55%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512313300.500.460.04355.0885.9272.16
HexF57B850322E41635648
Octal365173205062564543126110
Binary11110101111101110000101011001010111010010110001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B85; }

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

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

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

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

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

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

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

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