#F18490

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

Shades of Carissma #F18490

Tints of Carissma #F18490

Color information

#F18490 (or 0xF18490) is unknown color: approx Carissma. HEX triplet: F1, 84 and 90. RGB value is (241,132,144). Sum of RGB (Red+Green+Blue) = 241+132+144=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F18490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18490 is #0E7B6F. Grayscale: #A6A6A6. Windows color (decimal): -949104 or 9471217. OLE color: 9471217.

HSL color Cylindrical-coordinate representation of color #F18490: hue angle of 353.39º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18490 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241132144-
CMYK00.450.400.05
HSL353.39º79.56%73.14%-
HSV(B)353.39º45.23%94.51%-
XYZ49.5637.2230.96-
YUV165.96115.61181.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=46.62%
G=25.53%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113214400.450.400.05353.3979.5673.14
HexF1849002D2851615049
Octal361204220055505541120111
Binary111100011000010010010000010110110100010110110000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18490; }

 p { color: rgb(241,132,144); }

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

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

 a { background-color: rgb(241,132,144); }

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

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

 span { border-color: rgb(241,132,144); }

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