#F08395

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

Shades of Carissma #F08395

Tints of Carissma #F08395

Color information

#F08395 (or 0xF08395) is unknown color: approx Carissma. HEX triplet: F0, 83 and 95. RGB value is (240,131,149). Sum of RGB (Red+Green+Blue) = 240+131+149=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F08395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08395 is #0F7C6A. Grayscale: #A5A5A5. Windows color (decimal): -1014891 or 9798640. OLE color: 9798640.

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

Color convert

RGB240131149-
CMYK00.450.380.06
HSL350.09º78.42%72.75%-
HSV(B)350.09º45.42%94.12%-
XYZ49.4836.9332.95-
YUV165.64118.61181.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.15%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=46.15%
G=25.19%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013114900.450.380.06350.0978.4272.75
HexF0839502D26615e4e49
Octal360203225055466536116111
Binary111100001000001110010101010110110011011010101111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08395; }

 p { color: rgb(240,131,149); }

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

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

 a { background-color: rgb(240,131,149); }

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

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

 span { border-color: rgb(240,131,149); }

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