#F58191

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

Shades of Carissma #F58191

Tints of Carissma #F58191

Color information

#F58191 (or 0xF58191) is unknown color: approx Carissma. HEX triplet: F5, 81 and 91. RGB value is (245,129,145). Sum of RGB (Red+Green+Blue) = 245+129+145=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F58191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58191 is #0A7E6E. Grayscale: #A5A5A5. Windows color (decimal): -687727 or 9535989. OLE color: 9535989.

HSL color Cylindrical-coordinate representation of color #F58191: hue angle of 351.72º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58191 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB245129145-
CMYK00.470.410.04
HSL351.72º85.29%73.33%-
HSV(B)351.72º47.35%96.08%-
XYZ50.6237.1631.29-
YUV165.51116.43184.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=47.21%
G=24.86%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512914500.470.410.04351.7285.2973.33
HexF5819102F2941605549
Octal365201221057514540125111
Binary111101011000000110010001010111110100110010110000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58191; }

 p { color: rgb(245,129,145); }

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

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

 a { background-color: rgb(245,129,145); }

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

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

 span { border-color: rgb(245,129,145); }

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