#F57B95

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

Shades of Carissma #F57B95

Tints of Carissma #F57B95

Color information

#F57B95 (or 0xF57B95) is unknown color: approx Carissma. HEX triplet: F5, 7B and 95. RGB value is (245,123,149). Sum of RGB (Red+Green+Blue) = 245+123+149=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57B95 is #0A846A. Grayscale: #A2A2A2. Windows color (decimal): -689259 or 9796597. OLE color: 9796597.

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

Color convert

RGB245123149-
CMYK00.500.390.04
HSL347.21º85.92%72.16%-
HSV(B)347.21º49.8%96.08%-
XYZ50.1635.7532.69-
YUV162.44120.42186.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=47.39%
G=23.79%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512314900.500.390.04347.2185.9272.16
HexF57B9503227415b5648
Octal365173225062474533126110
Binary11110101111101110010101011001010011110010101101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B95; }

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

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

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

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

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

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

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

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