#F18092

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

Shades of Carissma #F18092

Tints of Carissma #F18092

Color information

#F18092 (or 0xF18092) is unknown color: approx Carissma. HEX triplet: F1, 80 and 92. RGB value is (241,128,146). Sum of RGB (Red+Green+Blue) = 241+128+146=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F18092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18092 is #0E7F6D. Grayscale: #A3A3A3. Windows color (decimal): -950126 or 9601265. OLE color: 9601265.

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

Color convert

RGB241128146-
CMYK00.470.390.05
HSL350.44º80.14%72.35%-
HSV(B)350.44º46.89%94.51%-
XYZ49.1836.2131.59-
YUV163.84117.94183.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=46.80%
G=24.85%
B=28.35%

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
Decimal24112814600.470.390.05350.4480.1472.35
HexF1809202F27515e5048
Octal361200222057475536120110
Binary111100011000000010010010010111110011110110101111010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18092; }

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

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

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

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

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

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

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

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