#F57E84

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

Shades of Carissma #F57E84

Tints of Carissma #F57E84

Color information

#F57E84 (or 0xF57E84) is unknown color: approx Carissma. HEX triplet: F5, 7E and 84. RGB value is (245,126,132). Sum of RGB (Red+Green+Blue) = 245+126+132=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57E84 is #0A817B. Grayscale: #A2A2A2. Windows color (decimal): -688508 or 8683253. OLE color: 8683253.

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

Color convert

RGB245126132-
CMYK00.490.460.04
HSL356.97º85.61%72.75%-
HSV(B)356.97º48.57%96.08%-
XYZ49.283626.18-
YUV162.26110.92187.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=48.71%
G=25.05%
B=26.24%

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
Decimal24512613200.490.460.04356.9785.6172.75
HexF57E840312E41655649
Octal365176204061564545126111
Binary11110101111111010000100011000110111010010110010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57E84; }

 p { color: rgb(245,126,132); }

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

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

 a { background-color: rgb(245,126,132); }

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

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

 span { border-color: rgb(245,126,132); }

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