#F58190

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

Shades of Carissma #F58190

Tints of Carissma #F58190

Color information

#F58190 (or 0xF58190) is unknown color: approx Carissma. HEX triplet: F5, 81 and 90. RGB value is (245,129,144). Sum of RGB (Red+Green+Blue) = 245+129+144=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F58190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58190 is #0A7E6F. Grayscale: #A5A5A5. Windows color (decimal): -687728 or 9470453. OLE color: 9470453.

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

Color convert

RGB245129144-
CMYK00.470.410.04
HSL352.24º85.29%73.33%-
HSV(B)352.24º47.35%96.08%-
XYZ50.5437.1330.89-
YUV165.39115.93184.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.30%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=47.30%
G=24.90%
B=27.80%

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
Decimal24512914400.470.410.04352.2485.2973.33
HexF5819002F2941605549
Octal365201220057514540125111
Binary111101011000000110010000010111110100110010110000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58190; }

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

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

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

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

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

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

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

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