#F08296

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

Shades of Carissma #F08296

Tints of Carissma #F08296

Color information

#F08296 (or 0xF08296) is unknown color: approx Carissma. HEX triplet: F0, 82 and 96. RGB value is (240,130,150). Sum of RGB (Red+Green+Blue) = 240+130+150=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F08296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08296 is #0F7D69. Grayscale: #A5A5A5. Windows color (decimal): -1015146 or 9863920. OLE color: 9863920.

HSL color Cylindrical-coordinate representation of color #F08296: hue angle of 349.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08296 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240130150-
CMYK00.460.370.06
HSL349.09º78.57%72.55%-
HSV(B)349.09º45.83%94.12%-
XYZ49.4236.6933.33-
YUV165.17119.44181.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.15%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=46.15%
G=25%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013015000.460.370.06349.0978.5772.55
HexF0829602E25615d4f49
Octal360202226056456535117111
Binary111100001000001010010110010111010010111010101110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08296; }

 p { color: rgb(240,130,150); }

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

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

 a { background-color: rgb(240,130,150); }

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

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

 span { border-color: rgb(240,130,150); }

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