#F57B8E

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

Shades of Carissma #F57B8E

Tints of Carissma #F57B8E

Color information

#F57B8E (or 0xF57B8E) is unknown color: approx Carissma. HEX triplet: F5, 7B and 8E. RGB value is (245,123,142). Sum of RGB (Red+Green+Blue) = 245+123+142=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57B8E is #0A8471. Grayscale: #A1A1A1. Windows color (decimal): -689266 or 9337845. OLE color: 9337845.

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

Color convert

RGB245123142-
CMYK00.500.420.04
HSL350.66º85.92%72.16%-
HSV(B)350.66º49.8%96.08%-
XYZ49.6235.5329.83-
YUV161.64116.92187.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=48.04%
G=24.12%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512314200.500.420.04350.6685.9272.16
HexF57B8E0322A415f5648
Octal365173216062524537126110
Binary11110101111101110001110011001010101010010101111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B8E; }

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

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

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

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

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

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

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

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