#F18292

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

Shades of Carissma #F18292

Tints of Carissma #F18292

Color information

#F18292 (or 0xF18292) is unknown color: approx Carissma. HEX triplet: F1, 82 and 92. RGB value is (241,130,146). Sum of RGB (Red+Green+Blue) = 241+130+146=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F18292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18292 is #0E7D6D. Grayscale: #A5A5A5. Windows color (decimal): -949614 or 9601777. OLE color: 9601777.

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

Color convert

RGB241130146-
CMYK00.460.390.05
HSL351.35º79.86%72.75%-
HSV(B)351.35º46.06%94.51%-
XYZ49.4536.7431.68-
YUV165.01117.27182.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=46.62%
G=25.15%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113014600.460.390.05351.3579.8672.75
HexF1829202E27515f5049
Octal361202222056475537120111
Binary111100011000001010010010010111010011110110101111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18292; }

 p { color: rgb(241,130,146); }

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

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

 a { background-color: rgb(241,130,146); }

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

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

 span { border-color: rgb(241,130,146); }

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