#F68095

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

Shades of Carissma #F68095

Tints of Carissma #F68095

Color information

#F68095 (or 0xF68095) is unknown color: approx Carissma. HEX triplet: F6, 80 and 95. RGB value is (246,128,149). Sum of RGB (Red+Green+Blue) = 246+128+149=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F68095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68095 is #097F6A. Grayscale: #A5A5A5. Windows color (decimal): -622443 or 9797878. OLE color: 9797878.

HSL color Cylindrical-coordinate representation of color #F68095: hue angle of 349.32º 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 #F68095 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246128149-
CMYK00.480.390.04
HSL349.32º86.76%73.33%-
HSV(B)349.32º47.97%96.47%-
XYZ51.1537.232.92-
YUV165.68118.59185.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=47.04%
G=24.47%
B=28.49%

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
Decimal24612814900.480.390.04349.3286.7673.33
HexF6809503027415d5749
Octal366200225060474535127111
Binary111101101000000010010101011000010011110010101110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68095; }

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

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

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

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

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

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

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

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