#F18083

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

Shades of Carissma #F18083

Tints of Carissma #F18083

Color information

#F18083 (or 0xF18083) is unknown color: approx Carissma. HEX triplet: F1, 80 and 83. RGB value is (241,128,131). Sum of RGB (Red+Green+Blue) = 241+128+131=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F18083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18083 is #0E7F7C. Grayscale: #A2A2A2. Windows color (decimal): -950141 or 8618225. OLE color: 8618225.

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

Color convert

RGB241128131-
CMYK00.470.460.05
HSL358.41º80.14%72.35%-
HSV(B)358.41º46.89%94.51%-
XYZ48.0935.7825.84-
YUV162.13110.44184.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=48.2%
G=25.6%
B=26.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112813100.470.460.05358.4180.1472.35
HexF1808302F2E51665048
Octal361200203057565546120110
Binary111100011000000010000011010111110111010110110011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18083; }

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

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

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

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

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

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

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

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