#F18093

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

Shades of Carissma #F18093

Tints of Carissma #F18093

Color information

#F18093 (or 0xF18093) is unknown color: approx Carissma. HEX triplet: F1, 80 and 93. RGB value is (241,128,147). Sum of RGB (Red+Green+Blue) = 241+128+147=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F18093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18093 is #0E7F6C. Grayscale: #A3A3A3. Windows color (decimal): -950125 or 9666801. OLE color: 9666801.

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

Color convert

RGB241128147-
CMYK00.470.390.05
HSL349.91º80.14%72.35%-
HSV(B)349.91º46.89%94.51%-
XYZ49.2636.2532-
YUV163.95118.44182.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=46.71%
G=24.81%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112814700.470.390.05349.9180.1472.35
HexF1809302F27515e5048
Octal361200223057475536120110
Binary111100011000000010010011010111110011110110101111010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18093; }

 p { color: rgb(241,128,147); }

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

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

 a { background-color: rgb(241,128,147); }

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

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

 span { border-color: rgb(241,128,147); }

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