#F68096

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

Shades of Carissma #F68096

Tints of Carissma #F68096

Color information

#F68096 (or 0xF68096) is unknown color: approx Carissma. HEX triplet: F6, 80 and 96. RGB value is (246,128,150). Sum of RGB (Red+Green+Blue) = 246+128+150=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F68096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68096 is #097F69. Grayscale: #A5A5A5. Windows color (decimal): -622442 or 9863414. OLE color: 9863414.

HSL color Cylindrical-coordinate representation of color #F68096: hue angle of 348.81º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68096 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246128150-
CMYK00.480.390.04
HSL348.81º86.76%73.33%-
HSV(B)348.81º47.97%96.47%-
XYZ51.2337.2333.34-
YUV165.79119.09185.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.95%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=46.95%
G=24.43%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612815000.480.390.04348.8186.7673.33
HexF6809603027415d5749
Octal366200226060474535127111
Binary111101101000000010010110011000010011110010101110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68096; }

 p { color: rgb(246,128,150); }

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

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

 a { background-color: rgb(246,128,150); }

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

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

 span { border-color: rgb(246,128,150); }

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