#F68297

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

Shades of Carissma #F68297

Tints of Carissma #F68297

Color information

#F68297 (or 0xF68297) is unknown color: approx Carissma. HEX triplet: F6, 82 and 97. RGB value is (246,130,151). Sum of RGB (Red+Green+Blue) = 246+130+151=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F68297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68297 is #097D68. Grayscale: #A7A7A7. Windows color (decimal): -621929 or 9929462. OLE color: 9929462.

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

Color convert

RGB246130151-
CMYK00.470.390.04
HSL349.14º86.57%73.73%-
HSV(B)349.14º47.15%96.47%-
XYZ51.5737.7933.85-
YUV167.08118.93184.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=46.68%
G=24.67%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613015100.470.390.04349.1486.5773.73
HexF6829702F27415d574a
Octal366202227057474535127112
Binary111101101000001010010111010111110011110010101110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68297; }

 p { color: rgb(246,130,151); }

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

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

 a { background-color: rgb(246,130,151); }

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

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

 span { border-color: rgb(246,130,151); }

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