#F18084

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

Shades of Carissma #F18084

Tints of Carissma #F18084

Color information

#F18084 (or 0xF18084) is unknown color: approx Carissma. HEX triplet: F1, 80 and 84. RGB value is (241,128,132). Sum of RGB (Red+Green+Blue) = 241+128+132=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F18084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18084 is #0E7F7B. Grayscale: #A2A2A2. Windows color (decimal): -950140 or 8683761. OLE color: 8683761.

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

Color convert

RGB241128132-
CMYK00.470.450.05
HSL357.88º80.14%72.35%-
HSV(B)357.88º46.89%94.51%-
XYZ48.1635.8126.2-
YUV162.24110.94184.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=48.10%
G=25.55%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112813200.470.450.05357.8880.1472.35
HexF1808402F2D51665048
Octal361200204057555546120110
Binary111100011000000010000100010111110110110110110011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18084; }

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

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

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

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

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

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

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

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