#F18294

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

Shades of Carissma #F18294

Tints of Carissma #F18294

Color information

#F18294 (or 0xF18294) is unknown color: approx Carissma. HEX triplet: F1, 82 and 94. RGB value is (241,130,148). Sum of RGB (Red+Green+Blue) = 241+130+148=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F18294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18294 is #0E7D6B. Grayscale: #A5A5A5. Windows color (decimal): -949612 or 9732849. OLE color: 9732849.

HSL color Cylindrical-coordinate representation of color #F18294: hue angle of 350.27º 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 #F18294 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241130148-
CMYK00.460.390.05
HSL350.27º79.86%72.75%-
HSV(B)350.27º46.06%94.51%-
XYZ49.636.832.51-
YUV165.24118.27182.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=46.44%
G=25.05%
B=28.52%

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
Decimal24113014800.460.390.05350.2779.8672.75
HexF1829402E27515e5049
Octal361202224056475536120111
Binary111100011000001010010100010111010011110110101111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18294; }

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

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

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

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

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

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

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

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