#F57E90

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

Shades of Carissma #F57E90

Tints of Carissma #F57E90

Color information

#F57E90 (or 0xF57E90) is unknown color: approx Carissma. HEX triplet: F5, 7E and 90. RGB value is (245,126,144). Sum of RGB (Red+Green+Blue) = 245+126+144=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57E90 is #0A816F. Grayscale: #A3A3A3. Windows color (decimal): -688496 or 9469685. OLE color: 9469685.

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

Color convert

RGB245126144-
CMYK00.490.410.04
HSL350.92º85.61%72.75%-
HSV(B)350.92º48.57%96.08%-
XYZ50.1536.3530.76-
YUV163.63116.92186.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=47.57%
G=24.47%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512614400.490.410.04350.9285.6172.75
HexF57E9003129415f5649
Octal365176220061514537126111
Binary11110101111111010010000011000110100110010101111110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57E90; }

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

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

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

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

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

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

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

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